Html Css Color HEX #EDED71 Dolly

📋 copy color: '#EDED71'

red 237 ◦ green 237 ◦ blue 113

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

Shades of Dolly #EDED71

Tints of Dolly #EDED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

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

R = 40.37%
G = 40.37%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDED71 (or 0xEDED71) is known color: Dolly. HEX triplet: ED, ED and 71. RGB value is (237,237,113). Sum of RGB (Red+Green+Blue) = 237+237+113=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 113 (44.53% from 255 or 19.25% from 587); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED71 is #12128E. Grayscale: #DFDFDF. Windows color (decimal): -1184399 or 7466477. OLE color: 7466477.

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

Color convert

RGB 237 237 113 -
CMYK 0 0 0.52 0.07
HSL 60º 0.78% 0.69% -
HSV(B) 60º 0.52% 0.93% -
XYZ 68.19 79.77 27.43 -
YUV 222.86 66 138.08 -
System Red Green Blue C M Y K H S L
Decimal 237 237 113 0 0 0.52 0.07 60 0.78 0.69
Hex ED ED 71 0 0 34 7 3C 4E 45
Octal 355 355 161 0 0 64 7 74 116 105
Binary 11101101 11101101 1110001 0 0 110100 111 111100 1001110 1000101

Color Harmonies of #EDED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED71

Black with #EDED71

Text Example


Text Example

White with #EDED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED71; }

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

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

background-color css

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

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

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

border-color css

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

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

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