Html Css Color HEX #EDED5A Honeysuckle

📋 copy color: '#EDED5A'

red 237 ◦ green 237 ◦ blue 90

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

Shades of Honeysuckle #EDED5A

Tints of Honeysuckle #EDED5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 15.96%

R = 42.02%
G = 42.02%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDED5A (or 0xEDED5A) is known color: Honeysuckle. HEX triplet: ED, ED and 5A. RGB value is (237,237,90). Sum of RGB (Red+Green+Blue) = 237+237+90=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 90 (35.55% from 255 or 15.96% from 564); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED5A is #1212A5. Grayscale: #DCDCDC. Windows color (decimal): -1184422 or 5959149. OLE color: 5959149.

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

Color convert

RGB 237 237 90 -
CMYK 0 0 0.62 0.07
HSL 60º 0.8% 0.64% -
HSV(B) 60º 0.62% 0.93% -
XYZ 67.05 79.31 21.45 -
YUV 220.24 54.5 139.95 -
System Red Green Blue C M Y K H S L
Decimal 237 237 90 0 0 0.62 0.07 60 0.8 0.64
Hex ED ED 5A 0 0 3E 7 3C 50 40
Octal 355 355 132 0 0 76 7 74 120 100
Binary 11101101 11101101 1011010 0 0 111110 111 111100 1010000 1000000

Color Harmonies of #EDED5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED5A

Black with #EDED5A

Text Example


Text Example

White with #EDED5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED5A; }

 p { color: rgb(237,237,90); }

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

background-color css

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

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

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

border-color css

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

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

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