Html Css Color HEX #EAF062 Honeysuckle

📋 copy color: '#EAF062'

red 234 ◦ green 240 ◦ blue 98

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

Shades of Honeysuckle #EAF062

Tints of Honeysuckle #EAF062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.13%

R = 40.91%
G = 41.96%
B = 17.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#EAF062 (or 0xEAF062) is known color: Honeysuckle. HEX triplet: EA, F0 and 62. RGB value is (234,240,98). Sum of RGB (Red+Green+Blue) = 234+240+98=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 240 (94.14% from 255 or 41.96% from 572); Blue value is 98 (38.67% from 255 or 17.13% from 572); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF062 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF062 is #150F9D. Grayscale: #DEDEDE. Windows color (decimal): -1380254 or 6484202. OLE color: 6484202.

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

Color convert

RGB 234 240 98 -
CMYK 0.02 0 0.59 0.06
HSL 62.54º 0.83% 0.66% -
HSV(B) 62.54º 0.59% 0.94% -
XYZ 67.3 80.69 23.58 -
YUV 222.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 234 240 98 0.02 0 0.59 0.06 62.54 0.83 0.66
Hex EA F0 62 2 0 3B 6 3F 53 42
Octal 352 360 142 2 0 73 6 77 123 102
Binary 11101010 11110000 1100010 10 0 111011 110 111111 1010011 1000010

Color Harmonies of #EAF062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF062

Black with #EAF062

Text Example


Text Example

White with #EAF062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF062; }

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

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

background-color css

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

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

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

border-color css

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

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

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