Html Css Color HEX #EDC367 Golden Sand

📋 copy color: '#EDC367'

red 237 ◦ green 195 ◦ blue 103

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

Shades of Golden Sand #EDC367

Tints of Golden Sand #EDC367

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

 BLUE value IS 103 (40.63% from 255) = 19.25%

R = 44.3%
G = 36.45%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC367 (or 0xEDC367) is known color: 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

RGB 237 195 103 -
CMYK 0 0.18 0.57 0.07
HSL 41.19º 0.79% 0.67% -
HSV(B) 41.19º 0.57% 0.93% -
XYZ 56.89 58.01 21.03 -
YUV 197.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 237 195 103 0 0.18 0.57 0.07 41.19 0.79 0.67
Hex ED C3 67 0 12 39 7 29 4F 43
Octal 355 303 147 0 22 71 7 51 117 103
Binary 11101101 11000011 1100111 0 10010 111001 111 101001 1001111 1000011

Color Harmonies of #EDC367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC367

Black with #EDC367

Text Example


Text Example

White with #EDC367

Text Example


Text Example

HTML Codes & Css Web 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>