Html Css Color HEX #EDEC72 Dolly

📋 copy color: '#EDEC72'

red 237 ◦ green 236 ◦ blue 114

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

Shades of Dolly #EDEC72

Tints of Dolly #EDEC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.42%

R = 40.37%
G = 40.2%
B = 19.42%

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

#EDEC72 (or 0xEDEC72) is known color: Dolly. HEX triplet: ED, EC and 72. RGB value is (237,236,114). Sum of RGB (Red+Green+Blue) = 237+236+114=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC72 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC72 is #12138D. Grayscale: #DEDEDE. Windows color (decimal): -1184654 or 7531757. OLE color: 7531757.

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

Color convert

RGB 237 236 114 -
CMYK 0 0.00 0.52 0.07
HSL 59.51º 0.77% 0.69% -
HSV(B) 59.51º 0.52% 0.93% -
XYZ 67.96 79.21 27.63 -
YUV 222.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 237 236 114 0 0.00 0.52 0.07 59.51 0.77 0.69
Hex ED EC 72 0 0 34 7 3C 4D 45
Octal 355 354 162 0 0 64 7 74 115 105
Binary 11101101 11101100 1110010 0 0 110100 111 111100 1001101 1000101

Color Harmonies of #EDEC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC72

Black with #EDEC72

Text Example


Text Example

White with #EDEC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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