#EDC367

Color #EDC367 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EDC367

Tints of Golden Sand #EDC367

Color information

#EDC367 (or 0xEDC367) is unknown color: approx Golden Sand. HEX triplet: ED, C3 and 67. RGB value is (237,195,103). Sum of RGB (Red+Green+Blue) = 237+195+103=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC367 is #123C98. Grayscale: #C5C5C5. Windows color (decimal): -1195161 or 6800365. OLE color: 6800365.

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

Color convert

RGB237195103-
CMYK00.180.570.07
HSL41.19º78.82%66.67%-
HSV(B)41.19º56.54%92.94%-
XYZ56.8958.0121.03-
YUV197.0774.91156.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 103 (40.62% from 255) = 19.25%
R=44.30%
G=36.45%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719510300.180.570.0741.1978.8266.67
HexEDC367012397294f43
Octal35530314702271751117103
Binary1110110111000011110011101001011100111110100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC367; }

 p { color: rgb(237,195,103); }

 H1.HeaderClassName
 {
   color: #EDC367;
 }
 .AnyTagClassName
 {
   color: #EDC367;
 }
</style>
background-color css

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

 a { background-color: rgb(237,195,103); }

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

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

 span { border-color: rgb(237,195,103); }

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