Html Css Color HEX #EAF071 Honeysuckle

📋 copy color: '#EAF071'

red 234 ◦ green 240 ◦ blue 113

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

Shades of Honeysuckle #EAF071

Tints of Honeysuckle #EAF071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.25%

R = 39.86%
G = 40.89%
B = 19.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#EAF071 (or 0xEAF071) is known color: Honeysuckle. HEX triplet: EA, F0 and 71. RGB value is (234,240,113). Sum of RGB (Red+Green+Blue) = 234+240+113=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 113 (44.53% from 255 or 19.25% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF071 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF071 is #150F8E. Grayscale: #E0E0E0. Windows color (decimal): -1380239 or 7467242. OLE color: 7467242.

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

Color convert

RGB 234 240 113 -
CMYK 0.02 0 0.53 0.06
HSL 62.83º 0.81% 0.69% -
HSV(B) 62.83º 0.53% 0.94% -
XYZ 68.07 81 27.67 -
YUV 223.73 65.51 135.33 -
System Red Green Blue C M Y K H S L
Decimal 234 240 113 0.02 0 0.53 0.06 62.83 0.81 0.69
Hex EA F0 71 2 0 35 6 3F 51 45
Octal 352 360 161 2 0 65 6 77 121 105
Binary 11101010 11110000 1110001 10 0 110101 110 111111 1010001 1000101

Color Harmonies of #EAF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF071

Black with #EAF071

Text Example


Text Example

White with #EAF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF071; }

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

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

background-color css

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

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

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

border-color css

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

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

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