#EAF44B

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

Shades of Paris Daisy #EAF44B

Tints of Paris Daisy #EAF44B

Color information

#EAF44B (or 0xEAF44B) is unknown color: approx Paris Daisy. HEX triplet: EA, F4 and 4B. RGB value is (234,244,75). Sum of RGB (Red+Green+Blue) = 234+244+75=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 75 (29.69% from 255 or 13.56% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF44B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF44B is #150BB4. Grayscale: #DEDEDE. Windows color (decimal): -1379253 or 4977898. OLE color: 4977898.

HSL color Cylindrical-coordinate representation of color #EAF44B: hue angle of 63.55º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF44B is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB23424475-
CMYK0.0400.690.04
HSL63.55º88.48%62.55%-
HSV(B)63.55º69.26%95.69%-
XYZ67.5582.719.06-
YUV221.7445.19136.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 244 (95.70% from 255) = 44.12%
BLUE value IS 75 (29.69% from 255) = 13.56%
R=42.31%
G=44.12%
B=13.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal234244750.0400.690.0463.5588.4862.55
HexEAF44B4045440583f
Octal35236411340105410013077
Binary111010101111010010010111000100010110010000001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF44B; }

 p { color: rgb(234,244,75); }

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

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

 a { background-color: rgb(234,244,75); }

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

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

 span { border-color: rgb(234,244,75); }

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