#EAEB4F

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

Shades of Paris Daisy #EAEB4F

Tints of Paris Daisy #EAEB4F

Color information

#EAEB4F (or 0xEAEB4F) is unknown color: approx Paris Daisy. HEX triplet: EA, EB and 4F. RGB value is (234,235,79). Sum of RGB (Red+Green+Blue) = 234+235+79=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 79 (31.25% from 255 or 14.42% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEB4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEB4F is #1514B0. Grayscale: #D9D9D9. Windows color (decimal): -1381553 or 5237738. OLE color: 5237738.

HSL color Cylindrical-coordinate representation of color #EAEB4F: hue angle of 60.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EAEB4F is Cyan = 0.00, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB23423579-
CMYK0.0000.660.08
HSL60.38º79.59%61.57%-
HSV(B)60.38º66.38%92.16%-
XYZ65.0577.4718.92-
YUV216.9250.17140.18-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 235 (92.19% from 255) = 42.88%
BLUE value IS 79 (31.25% from 255) = 14.42%
R=42.70%
G=42.88%
B=14.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234235790.0000.660.0860.3879.5961.57
HexEAEB4F004283c503e
Octal35235311700102107412076
Binary1110101011101011100111100100001010001111001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEB4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEB4F; }

 p { color: rgb(234,235,79); }

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

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

 a { background-color: rgb(234,235,79); }

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

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

 span { border-color: rgb(234,235,79); }

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