Html Css Color HEX #EDE96D Honeysuckle

📋 copy color: '#EDE96D'

red 237 ◦ green 233 ◦ blue 109

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

Shades of Honeysuckle #EDE96D

Tints of Honeysuckle #EDE96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.83%

R = 40.93%
G = 40.24%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDE96D (or 0xEDE96D) is known color: Honeysuckle. HEX triplet: ED, E9 and 6D. RGB value is (237,233,109). Sum of RGB (Red+Green+Blue) = 237+233+109=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 109 (42.97% from 255 or 18.83% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE96D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE96D is #121692. Grayscale: #DCDCDC. Windows color (decimal): -1185427 or 7203309. OLE color: 7203309.

HSL color Cylindrical-coordinate representation of color #EDE96D: hue angle of 58.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDE96D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 109 -
CMYK 0 0.02 0.54 0.07
HSL 58.13º 0.78% 0.68% -
HSV(B) 58.13º 0.54% 0.93% -
XYZ 66.82 77.39 25.88 -
YUV 220.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 237 233 109 0 0.02 0.54 0.07 58.13 0.78 0.68
Hex ED E9 6D 0 2 36 7 3A 4E 44
Octal 355 351 155 0 2 66 7 72 116 104
Binary 11101101 11101001 1101101 0 10 110110 111 111010 1001110 1000100

Color Harmonies of #EDE96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE96D

Black with #EDE96D

Text Example


Text Example

White with #EDE96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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