Html Css Color HEX #EDCC74 Golden Sand

📋 copy color: '#EDCC74'

red 237 ◦ green 204 ◦ blue 116

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

Shades of Golden Sand #EDCC74

Tints of Golden Sand #EDCC74

RGB

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

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

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

R = 42.55%
G = 36.62%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDCC74 (or 0xEDCC74) is known color: Golden Sand. HEX triplet: ED, CC and 74. RGB value is (237,204,116). Sum of RGB (Red+Green+Blue) = 237+204+116=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 116 (45.70% from 255 or 20.83% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC74 is #12338B. Grayscale: #CCCCCC. Windows color (decimal): -1192844 or 7654637. OLE color: 7654637.

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

Color convert

RGB 237 204 116 -
CMYK 0 0.14 0.51 0.07
HSL 43.64º 0.77% 0.69% -
HSV(B) 43.64º 0.51% 0.93% -
XYZ 59.67 62.45 25.43 -
YUV 203.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 237 204 116 0 0.14 0.51 0.07 43.64 0.77 0.69
Hex ED CC 74 0 E 33 7 2C 4D 45
Octal 355 314 164 0 16 63 7 54 115 105
Binary 11101101 11001100 1110100 0 1110 110011 111 101100 1001101 1000101

Color Harmonies of #EDCC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC74

Black with #EDCC74

Text Example


Text Example

White with #EDCC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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