Html Css Color HEX #EDCC6B Golden Sand

📋 copy color: '#EDCC6B'

red 237 ◦ green 204 ◦ blue 107

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

Shades of Golden Sand #EDCC6B

Tints of Golden Sand #EDCC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.53%

R = 43.25%
G = 37.23%
B = 19.53%

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

#EDCC6B (or 0xEDCC6B) is known color: Golden Sand. HEX triplet: ED, CC and 6B. RGB value is (237,204,107). Sum of RGB (Red+Green+Blue) = 237+204+107=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 107 (42.19% from 255 or 19.53% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC6B is #123394. Grayscale: #CBCBCB. Windows color (decimal): -1192853 or 7064813. OLE color: 7064813.

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

Color convert

RGB 237 204 107 -
CMYK 0 0.14 0.55 0.07
HSL 44.77º 0.78% 0.67% -
HSV(B) 44.77º 0.55% 0.93% -
XYZ 59.17 62.25 22.81 -
YUV 202.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 237 204 107 0 0.14 0.55 0.07 44.77 0.78 0.67
Hex ED CC 6B 0 E 37 7 2D 4E 43
Octal 355 314 153 0 16 67 7 55 116 103
Binary 11101101 11001100 1101011 0 1110 110111 111 101101 1001110 1000011

Color Harmonies of #EDCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC6B

Black with #EDCC6B

Text Example


Text Example

White with #EDCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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