Html Css Color HEX #EDEA74 Dolly

📋 copy color: '#EDEA74'

red 237 ◦ green 234 ◦ blue 116

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

Shades of Dolly #EDEA74

Tints of Dolly #EDEA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.86%

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

R = 40.37%
G = 39.86%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDEA74 (or 0xEDEA74) is known color: Dolly. HEX triplet: ED, EA and 74. RGB value is (237,234,116). Sum of RGB (Red+Green+Blue) = 237+234+116=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 116 (45.70% from 255 or 19.76% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA74 is #12158B. Grayscale: #DDDDDD. Windows color (decimal): -1185164 or 7662317. OLE color: 7662317.

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

Color convert

RGB 237 234 116 -
CMYK 0 0.01 0.51 0.07
HSL 58.51º 0.77% 0.69% -
HSV(B) 58.51º 0.51% 0.93% -
XYZ 67.5 78.11 28.04 -
YUV 221.45 68.49 139.09 -
System Red Green Blue C M Y K H S L
Decimal 237 234 116 0 0.01 0.51 0.07 58.51 0.77 0.69
Hex ED EA 74 0 1 33 7 3B 4D 45
Octal 355 352 164 0 1 63 7 73 115 105
Binary 11101101 11101010 1110100 0 1 110011 111 111011 1001101 1000101

Color Harmonies of #EDEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA74

Black with #EDEA74

Text Example


Text Example

White with #EDEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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