Html Css Color HEX #EAF260 Honeysuckle

📋 copy color: '#EAF260'

red 234 ◦ green 242 ◦ blue 96

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

Shades of Honeysuckle #EAF260

Tints of Honeysuckle #EAF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.31%

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

R = 40.91%
G = 42.31%
B = 16.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#EAF260 (or 0xEAF260) is known color: Honeysuckle. HEX triplet: EA, F2 and 60. RGB value is (234,242,96). Sum of RGB (Red+Green+Blue) = 234+242+96=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 96 (37.89% from 255 or 16.78% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF260 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF260 is #150D9F. Grayscale: #DFDFDF. Windows color (decimal): -1379744 or 6353642. OLE color: 6353642.

HSL color Cylindrical-coordinate representation of color #EAF260: hue angle of 63.29º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAF260 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 242 96 -
CMYK 0.03 0 0.60 0.05
HSL 63.29º 0.85% 0.66% -
HSV(B) 63.29º 0.6% 0.95% -
XYZ 67.8 81.84 23.29 -
YUV 222.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 234 242 96 0.03 0 0.60 0.05 63.29 0.85 0.66
Hex EA F2 60 3 0 3C 5 3F 55 42
Octal 352 362 140 3 0 74 5 77 125 102
Binary 11101010 11110010 1100000 11 0 111100 101 111111 1010101 1000010

Color Harmonies of #EAF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF260

Black with #EAF260

Text Example


Text Example

White with #EAF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF260; }

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

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

background-color css

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

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

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

border-color css

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

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

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