Html Css Color HEX #EDE96F Honeysuckle

📋 copy color: '#EDE96F'

red 237 ◦ green 233 ◦ blue 111

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

Shades of Honeysuckle #EDE96F

Tints of Honeysuckle #EDE96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.1%

R = 40.79%
G = 40.1%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE96F (or 0xEDE96F) is known color: Honeysuckle. HEX triplet: ED, E9 and 6F. RGB value is (237,233,111). Sum of RGB (Red+Green+Blue) = 237+233+111=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 111 (43.75% from 255 or 19.10% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE96F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE96F is #121690. Grayscale: #DCDCDC. Windows color (decimal): -1185425 or 7334381. OLE color: 7334381.

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

Color convert

RGB 237 233 111 -
CMYK 0 0.02 0.53 0.07
HSL 58.1º 0.78% 0.68% -
HSV(B) 58.1º 0.53% 0.93% -
XYZ 66.93 77.43 26.46 -
YUV 220.29 66.33 139.92 -
System Red Green Blue C M Y K H S L
Decimal 237 233 111 0 0.02 0.53 0.07 58.1 0.78 0.68
Hex ED E9 6F 0 2 35 7 3A 4E 44
Octal 355 351 157 0 2 65 7 72 116 104
Binary 11101101 11101001 1101111 0 10 110101 111 111010 1001110 1000100

Color Harmonies of #EDE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE96F

Black with #EDE96F

Text Example


Text Example

White with #EDE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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