Html Css Color HEX #EDE76F Honeysuckle

📋 copy color: '#EDE76F'

red 237 ◦ green 231 ◦ blue 111

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

Shades of Honeysuckle #EDE76F

Tints of Honeysuckle #EDE76F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.9%

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

R = 40.93%
G = 39.9%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDE76F (or 0xEDE76F) is known color: Honeysuckle. HEX triplet: ED, E7 and 6F. RGB value is (237,231,111). Sum of RGB (Red+Green+Blue) = 237+231+111=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE76F is #121890. Grayscale: #DBDBDB. Windows color (decimal): -1185937 or 7333869. OLE color: 7333869.

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

Color convert

RGB 237 231 111 -
CMYK 0 0.03 0.53 0.07
HSL 57.14º 0.78% 0.68% -
HSV(B) 57.14º 0.53% 0.93% -
XYZ 66.37 76.3 26.27 -
YUV 219.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 237 231 111 0 0.03 0.53 0.07 57.14 0.78 0.68
Hex ED E7 6F 0 3 35 7 39 4E 44
Octal 355 347 157 0 3 65 7 71 116 104
Binary 11101101 11100111 1101111 0 11 110101 111 111001 1001110 1000100

Color Harmonies of #EDE76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE76F

Black with #EDE76F

Text Example


Text Example

White with #EDE76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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