Html Css Color HEX #EDE96E Honeysuckle

📋 copy color: '#EDE96E'

red 237 ◦ green 233 ◦ blue 110

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

Shades of Honeysuckle #EDE96E

Tints of Honeysuckle #EDE96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 18.97%

R = 40.86%
G = 40.17%
B = 18.97%

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

#EDE96E (or 0xEDE96E) is known color: Honeysuckle. HEX triplet: ED, E9 and 6E. RGB value is (237,233,110). Sum of RGB (Red+Green+Blue) = 237+233+110=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 110 (43.36% from 255 or 18.97% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE96E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE96E is #121691. Grayscale: #DCDCDC. Windows color (decimal): -1185426 or 7268845. OLE color: 7268845.

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

Color convert

RGB 237 233 110 -
CMYK 0 0.02 0.54 0.07
HSL 58.11º 0.78% 0.68% -
HSV(B) 58.11º 0.54% 0.93% -
XYZ 66.88 77.41 26.17 -
YUV 220.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 237 233 110 0 0.02 0.54 0.07 58.11 0.78 0.68
Hex ED E9 6E 0 2 36 7 3A 4E 44
Octal 355 351 156 0 2 66 7 72 116 104
Binary 11101101 11101001 1101110 0 10 110110 111 111010 1001110 1000100

Color Harmonies of #EDE96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE96E

Black with #EDE96E

Text Example


Text Example

White with #EDE96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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