Html Css Color HEX #EDED5C Honeysuckle

📋 copy color: '#EDED5C'

red 237 ◦ green 237 ◦ blue 92

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

Shades of Honeysuckle #EDED5C

Tints of Honeysuckle #EDED5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.25%

R = 41.87%
G = 41.87%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDED5C (or 0xEDED5C) is known color: Honeysuckle. HEX triplet: ED, ED and 5C. RGB value is (237,237,92). Sum of RGB (Red+Green+Blue) = 237+237+92=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED5C is #1212A3. Grayscale: #DDDDDD. Windows color (decimal): -1184420 or 6090221. OLE color: 6090221.

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

Color convert

RGB 237 237 92 -
CMYK 0 0 0.61 0.07
HSL 60º 0.8% 0.65% -
HSV(B) 60º 0.61% 0.93% -
XYZ 67.14 79.35 21.9 -
YUV 220.47 55.5 139.79 -
System Red Green Blue C M Y K H S L
Decimal 237 237 92 0 0 0.61 0.07 60 0.8 0.65
Hex ED ED 5C 0 0 3D 7 3C 50 41
Octal 355 355 134 0 0 75 7 74 120 101
Binary 11101101 11101101 1011100 0 0 111101 111 111100 1010000 1000001

Color Harmonies of #EDED5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED5C

Black with #EDED5C

Text Example


Text Example

White with #EDED5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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