Html Css Color HEX #EDEC71 Dolly

📋 copy color: '#EDEC71'

red 237 ◦ green 236 ◦ blue 113

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

Shades of Dolly #EDEC71

Tints of Dolly #EDEC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.27%

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

R = 40.44%
G = 40.27%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EDEC71 (or 0xEDEC71) is known color: Dolly. HEX triplet: ED, EC and 71. RGB value is (237,236,113). Sum of RGB (Red+Green+Blue) = 237+236+113=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 113 (44.53% from 255 or 19.28% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC71 is #12138E. Grayscale: #DEDEDE. Windows color (decimal): -1184655 or 7466221. OLE color: 7466221.

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

Color convert

RGB 237 236 113 -
CMYK 0 0.00 0.52 0.07
HSL 59.52º 0.78% 0.69% -
HSV(B) 59.52º 0.52% 0.93% -
XYZ 67.9 79.19 27.33 -
YUV 222.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 237 236 113 0 0.00 0.52 0.07 59.52 0.78 0.69
Hex ED EC 71 0 0 34 7 3C 4E 45
Octal 355 354 161 0 0 64 7 74 116 105
Binary 11101101 11101100 1110001 0 0 110100 111 111100 1001110 1000101

Color Harmonies of #EDEC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC71

Black with #EDEC71

Text Example


Text Example

White with #EDEC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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