Html Css Color HEX #EDED74 Dolly

📋 copy color: '#EDED74'

red 237 ◦ green 237 ◦ blue 116

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

Shades of Dolly #EDED74

Tints of Dolly #EDED74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.66%

R = 40.17%
G = 40.17%
B = 19.66%

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

#EDED74 (or 0xEDED74) is known color: Dolly. HEX triplet: ED, ED and 74. RGB value is (237,237,116). Sum of RGB (Red+Green+Blue) = 237+237+116=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 116 (45.70% from 255 or 19.66% from 590); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDED74 is #12128B. Grayscale: #DFDFDF. Windows color (decimal): -1184396 or 7663085. OLE color: 7663085.

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

Color convert

RGB 237 237 116 -
CMYK 0 0 0.51 0.07
HSL 60º 0.77% 0.69% -
HSV(B) 60º 0.51% 0.93% -
XYZ 68.36 79.83 28.33 -
YUV 223.21 67.5 137.84 -
System Red Green Blue C M Y K H S L
Decimal 237 237 116 0 0 0.51 0.07 60 0.77 0.69
Hex ED ED 74 0 0 33 7 3C 4D 45
Octal 355 355 164 0 0 63 7 74 115 105
Binary 11101101 11101101 1110100 0 0 110011 111 111100 1001101 1000101

Color Harmonies of #EDED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED74

Black with #EDED74

Text Example


Text Example

White with #EDED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED74; }

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

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

background-color css

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

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

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

border-color css

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

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

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