#EAFB43

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

Shades of Paris Daisy #EAFB43

Tints of Paris Daisy #EAFB43

Color information

#EAFB43 (or 0xEAFB43) is unknown color: approx Paris Daisy. HEX triplet: EA, FB and 43. RGB value is (234,251,67). Sum of RGB (Red+Green+Blue) = 234+251+67=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 67 (26.56% from 255 or 12.14% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB43 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFB43 is #1504BC. Grayscale: #E1E1E1. Windows color (decimal): -1377469 or 4455402. OLE color: 4455402.

HSL color Cylindrical-coordinate representation of color #EAFB43: hue angle of 65.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EAFB43 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB23425167-
CMYK0.0700.730.02
HSL65.54º95.83%62.35%-
HSV(B)65.54º73.31%98.43%-
XYZ69.4486.8918.42-
YUV224.9438.87134.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 251 (98.44% from 255) = 45.47%
BLUE value IS 67 (26.56% from 255) = 12.14%
R=42.39%
G=45.47%
B=12.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234251670.0700.730.0265.5495.8362.35
HexEAFB437049242603e
Octal35237310370111210214076
Binary11101010111110111000011111010010011010000101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB43; }

 p { color: rgb(234,251,67); }

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

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

 a { background-color: rgb(234,251,67); }

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

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

 span { border-color: rgb(234,251,67); }

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