Html Css Color HEX #EDCC6A Golden Sand

📋 copy color: '#EDCC6A'

red 237 ◦ green 204 ◦ blue 106

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

Shades of Golden Sand #EDCC6A

Tints of Golden Sand #EDCC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.38%

R = 43.33%
G = 37.29%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EDCC6A (or 0xEDCC6A) is known color: Golden Sand. HEX triplet: ED, CC and 6A. RGB value is (237,204,106). Sum of RGB (Red+Green+Blue) = 237+204+106=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 106 (41.80% from 255 or 19.38% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC6A is #123395. Grayscale: #CBCBCB. Windows color (decimal): -1192854 or 6999277. OLE color: 6999277.

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

Color convert

RGB 237 204 106 -
CMYK 0 0.14 0.55 0.07
HSL 44.89º 0.78% 0.67% -
HSV(B) 44.89º 0.55% 0.93% -
XYZ 59.12 62.23 22.53 -
YUV 202.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 237 204 106 0 0.14 0.55 0.07 44.89 0.78 0.67
Hex ED CC 6A 0 E 37 7 2D 4E 43
Octal 355 314 152 0 16 67 7 55 116 103
Binary 11101101 11001100 1101010 0 1110 110111 111 101101 1001110 1000011

Color Harmonies of #EDCC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC6A

Black with #EDCC6A

Text Example


Text Example

White with #EDCC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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