Html Css Color HEX #EAED55 Honeysuckle

📋 copy color: '#EAED55'

red 234 ◦ green 237 ◦ blue 85

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

Shades of Honeysuckle #EAED55

Tints of Honeysuckle #EAED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.63%

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

R = 42.09%
G = 42.63%
B = 15.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EAED55 (or 0xEAED55) is known color: Honeysuckle. HEX triplet: EA, ED and 55. RGB value is (234,237,85). Sum of RGB (Red+Green+Blue) = 234+237+85=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 85 (33.59% from 255 or 15.29% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED55 is #1512AA. Grayscale: #DBDBDB. Windows color (decimal): -1381035 or 5631466. OLE color: 5631466.

HSL color Cylindrical-coordinate representation of color #EAED55: hue angle of 61.18º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EAED55 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 237 85 -
CMYK 0.01 0 0.64 0.07
HSL 61.18º 0.81% 0.63% -
HSV(B) 61.18º 0.64% 0.93% -
XYZ 65.86 78.72 20.32 -
YUV 218.78 52.51 138.86 -
System Red Green Blue C M Y K H S L
Decimal 234 237 85 0.01 0 0.64 0.07 61.18 0.81 0.63
Hex EA ED 55 1 0 40 7 3D 51 3F
Octal 352 355 125 1 0 100 7 75 121 77
Binary 11101010 11101101 1010101 1 0 1000000 111 111101 1010001 111111

Color Harmonies of #EAED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAED55

Black with #EAED55

Text Example


Text Example

White with #EAED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAED55; }

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

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

background-color css

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

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

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

border-color css

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

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

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