Html Css Color HEX #EDE970 Honeysuckle

📋 copy color: '#EDE970'

red 237 ◦ green 233 ◦ blue 112

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

Shades of Honeysuckle #EDE970

Tints of Honeysuckle #EDE970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.24%

R = 40.72%
G = 40.03%
B = 19.24%

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

#EDE970 (or 0xEDE970) is known color: Honeysuckle. HEX triplet: ED, E9 and 70. RGB value is (237,233,112). Sum of RGB (Red+Green+Blue) = 237+233+112=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE970 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE970 is #12168F. Grayscale: #DCDCDC. Windows color (decimal): -1185424 or 7399917. OLE color: 7399917.

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

Color convert

RGB 237 233 112 -
CMYK 0 0.02 0.53 0.07
HSL 58.08º 0.78% 0.68% -
HSV(B) 58.08º 0.53% 0.93% -
XYZ 66.99 77.45 26.75 -
YUV 220.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 237 233 112 0 0.02 0.53 0.07 58.08 0.78 0.68
Hex ED E9 70 0 2 35 7 3A 4E 44
Octal 355 351 160 0 2 65 7 72 116 104
Binary 11101101 11101001 1110000 0 10 110101 111 111010 1001110 1000100

Color Harmonies of #EDE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE970

Black with #EDE970

Text Example


Text Example

White with #EDE970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE970; }

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

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

background-color css

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

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

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

border-color css

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

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

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