Html Css Color HEX #EDED5B Honeysuckle

📋 copy color: '#EDED5B'

red 237 ◦ green 237 ◦ blue 91

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

Shades of Honeysuckle #EDED5B

Tints of Honeysuckle #EDED5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.11%

R = 41.95%
G = 41.95%
B = 16.11%

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

#EDED5B (or 0xEDED5B) is known color: Honeysuckle. HEX triplet: ED, ED and 5B. RGB value is (237,237,91). Sum of RGB (Red+Green+Blue) = 237+237+91=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 237 (92.97% from 255 or 41.95% from 565); Blue value is 91 (35.94% from 255 or 16.11% from 565); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED5B is #1212A4. Grayscale: #DCDCDC. Windows color (decimal): -1184421 or 6024685. OLE color: 6024685.

HSL color Cylindrical-coordinate representation of color #EDED5B: 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 #EDED5B is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 91 -
CMYK 0 0 0.62 0.07
HSL 60º 0.8% 0.64% -
HSV(B) 60º 0.62% 0.93% -
XYZ 67.1 79.33 21.67 -
YUV 220.36 55 139.87 -
System Red Green Blue C M Y K H S L
Decimal 237 237 91 0 0 0.62 0.07 60 0.8 0.64
Hex ED ED 5B 0 0 3E 7 3C 50 40
Octal 355 355 133 0 0 76 7 74 120 100
Binary 11101101 11101101 1011011 0 0 111110 111 111100 1010000 1000000

Color Harmonies of #EDED5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED5B

Black with #EDED5B

Text Example


Text Example

White with #EDED5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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