Html Css Color HEX #EDE871 Dolly

📋 copy color: '#EDE871'

red 237 ◦ green 232 ◦ blue 113

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

Shades of Dolly #EDE871

Tints of Dolly #EDE871

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 113 (44.53% from 255) = 19.42%

R = 40.72%
G = 39.86%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDE871 (or 0xEDE871) is known color: Dolly. HEX triplet: ED, E8 and 71. RGB value is (237,232,113). Sum of RGB (Red+Green+Blue) = 237+232+113=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 113 (44.53% from 255 or 19.42% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE871 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE871 is #12178E. Grayscale: #DCDCDC. Windows color (decimal): -1185679 or 7465197. OLE color: 7465197.

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

Color convert

RGB 237 232 113 -
CMYK 0 0.02 0.52 0.07
HSL 57.58º 0.78% 0.69% -
HSV(B) 57.58º 0.52% 0.93% -
XYZ 66.76 76.91 26.95 -
YUV 219.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 237 232 113 0 0.02 0.52 0.07 57.58 0.78 0.69
Hex ED E8 71 0 2 34 7 3A 4E 45
Octal 355 350 161 0 2 64 7 72 116 105
Binary 11101101 11101000 1110001 0 10 110100 111 111010 1001110 1000101

Color Harmonies of #EDE871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE871

Black with #EDE871

Text Example


Text Example

White with #EDE871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE871; }

 p { color: rgb(237,232,113); }

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

background-color css

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

 a { background-color: rgb(237,232,113); }

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

border-color css

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

 span { border-color: rgb(237,232,113); }

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