#EAFE3F

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

Shades of Paris Daisy #EAFE3F

Tints of Paris Daisy #EAFE3F

Color information

#EAFE3F (or 0xEAFE3F) is unknown color: approx Paris Daisy. HEX triplet: EA, FE and 3F. RGB value is (234,254,63). Sum of RGB (Red+Green+Blue) = 234+254+63=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 63 (25% from 255 or 11.43% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE3F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE3F is #1501C0. Grayscale: #E2E2E2. Windows color (decimal): -1376705 or 4194026. OLE color: 4194026.

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

Color convert

RGB23425463-
CMYK0.0800.750.00
HSL66.28º98.96%62.16%-
HSV(B)66.28º75.2%99.61%-
XYZ70.2788.7318.13-
YUV226.2535.87133.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.47%
GREEN value IS 254 (99.61% from 255) = 46.10%
BLUE value IS 63 (25% from 255) = 11.43%
R=42.47%
G=46.10%
B=11.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234254630.0800.750.0066.2898.9662.16
HexEAFE3F804B042633e
Octal35237677100113010214376
Binary1110101011111110111111100001001011010000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE3F; }

 p { color: rgb(234,254,63); }

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

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

 a { background-color: rgb(234,254,63); }

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

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

 span { border-color: rgb(234,254,63); }

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