Html Css Color HEX #EAED5D Honeysuckle

📋 copy color: '#EAED5D'

red 234 ◦ green 237 ◦ blue 93

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

Shades of Honeysuckle #EAED5D

Tints of Honeysuckle #EAED5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.49%

R = 41.49%
G = 42.02%
B = 16.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EAED5D (or 0xEAED5D) is known color: Honeysuckle. HEX triplet: EA, ED and 5D. RGB value is (234,237,93). Sum of RGB (Red+Green+Blue) = 234+237+93=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAED5D is #1512A2. Grayscale: #DCDCDC. Windows color (decimal): -1381027 or 6155754. OLE color: 6155754.

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

Color convert

RGB 234 237 93 -
CMYK 0.01 0 0.61 0.07
HSL 61.25º 0.8% 0.65% -
HSV(B) 61.25º 0.61% 0.93% -
XYZ 66.19 78.85 22.09 -
YUV 219.69 56.51 138.21 -
System Red Green Blue C M Y K H S L
Decimal 234 237 93 0.01 0 0.61 0.07 61.25 0.8 0.65
Hex EA ED 5D 1 0 3D 7 3D 50 41
Octal 352 355 135 1 0 75 7 75 120 101
Binary 11101010 11101101 1011101 1 0 111101 111 111101 1010000 1000001

Color Harmonies of #EAED5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAED5D

Black with #EAED5D

Text Example


Text Example

White with #EAED5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAED5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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