Html Css Color HEX #EAF972 Honeysuckle

📋 copy color: '#EAF972'

red 234 ◦ green 249 ◦ blue 114

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

Shades of Honeysuckle #EAF972

Tints of Honeysuckle #EAF972

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.71%

 BLUE value IS 114 (44.92% from 255) = 19.1%

R = 39.2%
G = 41.71%
B = 19.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#EAF972 (or 0xEAF972) is known color: Honeysuckle. HEX triplet: EA, F9 and 72. RGB value is (234,249,114). Sum of RGB (Red+Green+Blue) = 234+249+114=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 114 (44.92% from 255 or 19.10% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF972 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF972 is #15068D. Grayscale: #E5E5E5. Windows color (decimal): -1377934 or 7535082. OLE color: 7535082.

HSL color Cylindrical-coordinate representation of color #EAF972: hue angle of 66.67º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EAF972 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 114 -
CMYK 0.06 0 0.54 0.02
HSL 66.67º 0.92% 0.71% -
HSV(B) 66.67º 0.54% 0.98% -
XYZ 70.84 86.46 28.87 -
YUV 229.13 63.03 131.48 -
System Red Green Blue C M Y K H S L
Decimal 234 249 114 0.06 0 0.54 0.02 66.67 0.92 0.71
Hex EA F9 72 6 0 36 2 43 5C 47
Octal 352 371 162 6 0 66 2 103 134 107
Binary 11101010 11111001 1110010 110 0 110110 10 1000011 1011100 1000111

Color Harmonies of #EAF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF972

Black with #EAF972

Text Example


Text Example

White with #EAF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF972; }

 p { color: rgb(234,249,114); }

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

background-color css

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

 a { background-color: rgb(234,249,114); }

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

border-color css

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

 span { border-color: rgb(234,249,114); }

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