Html Css Color HEX #EDCC70 Golden Sand

📋 copy color: '#EDCC70'

red 237 ◦ green 204 ◦ blue 112

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

Shades of Golden Sand #EDCC70

Tints of Golden Sand #EDCC70

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.89%

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 42.86%
G = 36.89%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDCC70 (or 0xEDCC70) is known color: Golden Sand. HEX triplet: ED, CC and 70. RGB value is (237,204,112). Sum of RGB (Red+Green+Blue) = 237+204+112=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC70 is #12338F. Grayscale: #CBCBCB. Windows color (decimal): -1192848 or 7392493. OLE color: 7392493.

HSL color Cylindrical-coordinate representation of color #EDCC70: hue angle of 44.16º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDCC70 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 112 -
CMYK 0 0.14 0.53 0.07
HSL 44.16º 0.78% 0.68% -
HSV(B) 44.16º 0.53% 0.93% -
XYZ 59.44 62.36 24.23 -
YUV 203.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 237 204 112 0 0.14 0.53 0.07 44.16 0.78 0.68
Hex ED CC 70 0 E 35 7 2C 4E 44
Octal 355 314 160 0 16 65 7 54 116 104
Binary 11101101 11001100 1110000 0 1110 110101 111 101100 1001110 1000100

Color Harmonies of #EDCC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC70

Black with #EDCC70

Text Example


Text Example

White with #EDCC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC70; }

 p { color: rgb(237,204,112); }

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

background-color css

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

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

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

border-color css

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

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

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