Html Css Color HEX #EDEC73 Dolly

📋 copy color: '#EDEC73'

red 237 ◦ green 236 ◦ blue 115

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

Shades of Dolly #EDEC73

Tints of Dolly #EDEC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.56%

R = 40.31%
G = 40.14%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDEC73 (or 0xEDEC73) is known color: Dolly. HEX triplet: ED, EC and 73. RGB value is (237,236,115). Sum of RGB (Red+Green+Blue) = 237+236+115=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 115 (45.31% from 255 or 19.56% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC73 is #12138C. Grayscale: #DEDEDE. Windows color (decimal): -1184653 or 7597293. OLE color: 7597293.

HSL color Cylindrical-coordinate representation of color #EDEC73: 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.51%. Process color model (Four color, CMYK) of #EDEC73 is Cyan = 0, Magento = 0.00, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 115 -
CMYK 0 0.00 0.51 0.07
HSL 59.51º 0.77% 0.69% -
HSV(B) 59.51º 0.51% 0.93% -
XYZ 68.02 79.23 27.93 -
YUV 222.51 67.33 138.34 -
System Red Green Blue C M Y K H S L
Decimal 237 236 115 0 0.00 0.51 0.07 59.51 0.77 0.69
Hex ED EC 73 0 0 33 7 3C 4D 45
Octal 355 354 163 0 0 63 7 74 115 105
Binary 11101101 11101100 1110011 0 0 110011 111 111100 1001101 1000101

Color Harmonies of #EDEC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC73

Black with #EDEC73

Text Example


Text Example

White with #EDEC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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