Html Css Color HEX #EDED75 Dolly

📋 copy color: '#EDED75'

red 237 ◦ green 237 ◦ blue 117

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

Shades of Dolly #EDED75

Tints of Dolly #EDED75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.8%

R = 40.1%
G = 40.1%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDED75 (or 0xEDED75) is known color: Dolly. HEX triplet: ED, ED and 75. RGB value is (237,237,117). Sum of RGB (Red+Green+Blue) = 237+237+117=591 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.10% from 591); Green value is 237 (92.97% from 255 or 40.10% from 591); Blue value is 117 (46.09% from 255 or 19.80% from 591); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED75 is #12128A. Grayscale: #DFDFDF. Windows color (decimal): -1184395 or 7728621. OLE color: 7728621.

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

Color convert

RGB 237 237 117 -
CMYK 0 0 0.51 0.07
HSL 60º 0.77% 0.69% -
HSV(B) 60º 0.51% 0.93% -
XYZ 68.42 79.86 28.64 -
YUV 223.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 237 237 117 0 0 0.51 0.07 60 0.77 0.69
Hex ED ED 75 0 0 33 7 3C 4D 45
Octal 355 355 165 0 0 63 7 74 115 105
Binary 11101101 11101101 1110101 0 0 110011 111 111100 1001101 1000101

Color Harmonies of #EDED75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED75

Black with #EDED75

Text Example


Text Example

White with #EDED75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED75; }

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

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

background-color css

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

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

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

border-color css

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

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

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