Html Css Color HEX #EDE971 Dolly

📋 copy color: '#EDE971'

red 237 ◦ green 233 ◦ blue 113

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

Shades of Dolly #EDE971

Tints of Dolly #EDE971

RGB

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

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

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

R = 40.65%
G = 39.97%
B = 19.38%

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

#EDE971 (or 0xEDE971) is known color: Dolly. HEX triplet: ED, E9 and 71. RGB value is (237,233,113). Sum of RGB (Red+Green+Blue) = 237+233+113=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 113 (44.53% from 255 or 19.38% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE971 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDE971 is #12168E. Grayscale: #DDDDDD. Windows color (decimal): -1185423 or 7465453. OLE color: 7465453.

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

Color convert

RGB 237 233 113 -
CMYK 0 0.02 0.52 0.07
HSL 58.06º 0.78% 0.69% -
HSV(B) 58.06º 0.52% 0.93% -
XYZ 67.04 77.47 27.04 -
YUV 220.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 237 233 113 0 0.02 0.52 0.07 58.06 0.78 0.69
Hex ED E9 71 0 2 34 7 3A 4E 45
Octal 355 351 161 0 2 64 7 72 116 105
Binary 11101101 11101001 1110001 0 10 110100 111 111010 1001110 1000101

Color Harmonies of #EDE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE971

Black with #EDE971

Text Example


Text Example

White with #EDE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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