Html Css Color HEX #EAF076 Honeysuckle

📋 copy color: '#EAF076'

red 234 ◦ green 240 ◦ blue 118

#EAF076
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honeysuckle #EAF076

Tints of Honeysuckle #EAF076

RGB

 RED value IS 234 (91.8% from 255) = 39.53%

 GREEN value IS 240 (94.14% from 255) = 40.54%

 BLUE value IS 118 (46.48% from 255) = 19.93%

R = 39.53%
G = 40.54%
B = 19.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EAF076 (or 0xEAF076) is known color: Honeysuckle. HEX triplet: EA, F0 and 76. RGB value is (234,240,118). Sum of RGB (Red+Green+Blue) = 234+240+118=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF076 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF076 is #150F89. Grayscale: #E0E0E0. Windows color (decimal): -1380234 or 7794922. OLE color: 7794922.

HSL color Cylindrical-coordinate representation of color #EAF076: hue angle of 62.95º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAF076 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 234 240 118 -
CMYK 0.02 0 0.51 0.06
HSL 62.95º 0.8% 0.7% -
HSV(B) 62.95º 0.51% 0.94% -
XYZ 68.36 81.12 29.19 -
YUV 224.3 68.01 134.92 -
System Red Green Blue C M Y K H S L
Decimal 234 240 118 0.02 0 0.51 0.06 62.95 0.8 0.7
Hex EA F0 76 2 0 33 6 3F 50 46
Octal 352 360 166 2 0 63 6 77 120 106
Binary 11101010 11110000 1110110 10 0 110011 110 111111 1010000 1000110

Color Harmonies of #EAF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF076

Black with #EAF076

Text Example


Text Example

White with #EAF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF076; }

 p { color: rgb(234,240,118); }

 H1.HeaderClassName
 {
   color: #EAF076;
 }
 .AnyTagClassName
 {
   color: #EAF076;
 }
</style>

background-color css

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

 a { background-color: rgb(234,240,118); }

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

border-color css

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

 span { border-color: rgb(234,240,118); }

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