#EAEE52

Color #EAEE52 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EAEE52

Tints of Paris Daisy #EAEE52

Color information

#EAEE52 (or 0xEAEE52) is unknown color: approx Paris Daisy. HEX triplet: EA, EE and 52. RGB value is (234,238,82). Sum of RGB (Red+Green+Blue) = 234+238+82=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEE52 is #1511AD. Grayscale: #DBDBDB. Windows color (decimal): -1380782 or 5435114. OLE color: 5435114.

HSL color Cylindrical-coordinate representation of color #EAEE52: hue angle of 61.54º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAEE52 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23423882-
CMYK0.0200.660.07
HSL61.54º82.11%62.75%-
HSV(B)61.54º65.55%93.33%-
XYZ66.0379.2519.8-
YUV219.0250.67138.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 82 (32.42% from 255) = 14.80%
R=42.24%
G=42.96%
B=14.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal234238820.0200.660.0761.5482.1162.75
HexEAEE52204273e523f
Octal3523561222010277612277
Binary1110101011101110101001010010000101111111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEE52; }

 p { color: rgb(234,238,82); }

 H1.HeaderClassName
 {
   color: #EAEE52;
 }
 .AnyTagClassName
 {
   color: #EAEE52;
 }
</style>
background-color css

<style>
 a { background-color: #EAEE52; }

 a { background-color: rgb(234,238,82); }

 div.DivClassName
 {
   background-color: #EAEE52;
 }
 .BgClassName
 {
   background-color: #EAEE52;
 }
</style>
border-color css

<style>
 span { border-color: #EAEE52; }

 span { border-color: rgb(234,238,82); }

 td.TdClassName
 {
   border-color: #EAEE52;
 }
 .TagClassName
 {
   border-color: #EAEE52;
 }
</style>