Html Css Color HEX #EDC967 Golden Sand

📋 copy color: '#EDC967'

red 237 ◦ green 201 ◦ blue 103

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

Shades of Golden Sand #EDC967

Tints of Golden Sand #EDC967

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.15%

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

R = 43.81%
G = 37.15%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDC967 (or 0xEDC967) is known color: Golden Sand. HEX triplet: ED, C9 and 67. RGB value is (237,201,103). Sum of RGB (Red+Green+Blue) = 237+201+103=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 103 (40.62% from 255 or 19.04% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC967 is #123698. Grayscale: #C9C9C9. Windows color (decimal): -1193625 or 6801901. OLE color: 6801901.

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

Color convert

RGB 237 201 103 -
CMYK 0 0.15 0.57 0.07
HSL 43.88º 0.79% 0.67% -
HSV(B) 43.88º 0.57% 0.93% -
XYZ 58.26 60.76 21.49 -
YUV 200.59 72.93 153.97 -
System Red Green Blue C M Y K H S L
Decimal 237 201 103 0 0.15 0.57 0.07 43.88 0.79 0.67
Hex ED C9 67 0 F 39 7 2C 4F 43
Octal 355 311 147 0 17 71 7 54 117 103
Binary 11101101 11001001 1100111 0 1111 111001 111 101100 1001111 1000011

Color Harmonies of #EDC967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC967

Black with #EDC967

Text Example


Text Example

White with #EDC967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC967; }

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

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

background-color css

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

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

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

border-color css

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

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

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