Html Css Color HEX #EAF955 Honeysuckle

📋 copy color: '#EAF955'

red 234 ◦ green 249 ◦ blue 85

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

Shades of Honeysuckle #EAF955

Tints of Honeysuckle #EAF955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.96%

R = 41.2%
G = 43.84%
B = 14.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#EAF955 (or 0xEAF955) is known color: Honeysuckle. HEX triplet: EA, F9 and 55. RGB value is (234,249,85). Sum of RGB (Red+Green+Blue) = 234+249+85=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 85 (33.59% from 255 or 14.96% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAF955 is #1506AA. Grayscale: #E2E2E2. Windows color (decimal): -1377963 or 5634538. OLE color: 5634538.

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

Color convert

RGB 234 249 85 -
CMYK 0.06 0 0.66 0.02
HSL 65.49º 0.93% 0.65% -
HSV(B) 65.49º 0.66% 0.98% -
XYZ 69.45 85.9 21.51 -
YUV 225.82 48.53 133.84 -
System Red Green Blue C M Y K H S L
Decimal 234 249 85 0.06 0 0.66 0.02 65.49 0.93 0.65
Hex EA F9 55 6 0 42 2 41 5D 41
Octal 352 371 125 6 0 102 2 101 135 101
Binary 11101010 11111001 1010101 110 0 1000010 10 1000001 1011101 1000001

Color Harmonies of #EAF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF955

Black with #EAF955

Text Example


Text Example

White with #EAF955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF955; }

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

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

background-color css

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

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

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

border-color css

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

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

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