Html Css Color HEX #EDE96B Honeysuckle

📋 copy color: '#EDE96B'

red 237 ◦ green 233 ◦ blue 107

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

Shades of Honeysuckle #EDE96B

Tints of Honeysuckle #EDE96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.54%

R = 41.07%
G = 40.38%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDE96B (or 0xEDE96B) is known color: Honeysuckle. HEX triplet: ED, E9 and 6B. RGB value is (237,233,107). Sum of RGB (Red+Green+Blue) = 237+233+107=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 107 (42.19% from 255 or 18.54% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE96B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE96B is #121694. Grayscale: #DCDCDC. Windows color (decimal): -1185429 or 7072237. OLE color: 7072237.

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

Color convert

RGB 237 233 107 -
CMYK 0 0.02 0.55 0.07
HSL 58.15º 0.78% 0.67% -
HSV(B) 58.15º 0.55% 0.93% -
XYZ 66.72 77.34 25.32 -
YUV 219.83 64.33 140.25 -
System Red Green Blue C M Y K H S L
Decimal 237 233 107 0 0.02 0.55 0.07 58.15 0.78 0.67
Hex ED E9 6B 0 2 37 7 3A 4E 43
Octal 355 351 153 0 2 67 7 72 116 103
Binary 11101101 11101001 1101011 0 10 110111 111 111010 1001110 1000011

Color Harmonies of #EDE96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE96B

Black with #EDE96B

Text Example


Text Example

White with #EDE96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE96B; }

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

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

background-color css

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

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

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

border-color css

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

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

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