Html Css Color HEX #EAF060 Honeysuckle

📋 copy color: '#EAF060'

red 234 ◦ green 240 ◦ blue 96

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

Shades of Honeysuckle #EAF060

Tints of Honeysuckle #EAF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.84%

R = 41.05%
G = 42.11%
B = 16.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#EAF060 (or 0xEAF060) is known color: Honeysuckle. HEX triplet: EA, F0 and 60. RGB value is (234,240,96). Sum of RGB (Red+Green+Blue) = 234+240+96=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 96 (37.89% from 255 or 16.84% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #EAF060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF060 is #150F9F. Grayscale: #DEDEDE. Windows color (decimal): -1380256 or 6353130. OLE color: 6353130.

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

Color convert

RGB 234 240 96 -
CMYK 0.02 0 0.6 0.06
HSL 62.5º 0.83% 0.66% -
HSV(B) 62.5º 0.6% 0.94% -
XYZ 67.2 80.66 23.09 -
YUV 221.79 57.01 136.71 -
System Red Green Blue C M Y K H S L
Decimal 234 240 96 0.02 0 0.6 0.06 62.5 0.83 0.66
Hex EA F0 60 2 0 3C 6 3F 53 42
Octal 352 360 140 2 0 74 6 77 123 102
Binary 11101010 11110000 1100000 10 0 111100 110 111111 1010011 1000010

Color Harmonies of #EAF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF060

Black with #EAF060

Text Example


Text Example

White with #EAF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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