Html Css Color HEX #EDE95E Honeysuckle

📋 copy color: '#EDE95E'

red 237 ◦ green 233 ◦ blue 94

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

Shades of Honeysuckle #EDE95E

Tints of Honeysuckle #EDE95E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.31%

 BLUE value IS 94 (37.11% from 255) = 16.67%

R = 42.02%
G = 41.31%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDE95E (or 0xEDE95E) is known color: Honeysuckle. HEX triplet: ED, E9 and 5E. RGB value is (237,233,94). Sum of RGB (Red+Green+Blue) = 237+233+94=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 94 (37.11% from 255 or 16.67% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE95E is #1216A1. Grayscale: #DADADA. Windows color (decimal): -1185442 or 6220269. OLE color: 6220269.

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

Color convert

RGB 237 233 94 -
CMYK 0 0.02 0.60 0.07
HSL 58.32º 0.8% 0.65% -
HSV(B) 58.32º 0.6% 0.93% -
XYZ 66.08 77.09 21.99 -
YUV 218.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 237 233 94 0 0.02 0.60 0.07 58.32 0.8 0.65
Hex ED E9 5E 0 2 3C 7 3A 50 41
Octal 355 351 136 0 2 74 7 72 120 101
Binary 11101101 11101001 1011110 0 10 111100 111 111010 1010000 1000001

Color Harmonies of #EDE95E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE95E

Black with #EDE95E

Text Example


Text Example

White with #EDE95E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE95E; }

 p { color: rgb(237,233,94); }

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

background-color css

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

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

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

border-color css

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

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

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