Html Css Color HEX #EDC968 Golden Sand

📋 copy color: '#EDC968'

red 237 ◦ green 201 ◦ blue 104

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

Shades of Golden Sand #EDC968

Tints of Golden Sand #EDC968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.19%

R = 43.73%
G = 37.08%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDC968 (or 0xEDC968) is known color: Golden Sand. HEX triplet: ED, C9 and 68. RGB value is (237,201,104). Sum of RGB (Red+Green+Blue) = 237+201+104=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC968 is #123697. Grayscale: #C9C9C9. Windows color (decimal): -1193624 or 6867437. OLE color: 6867437.

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

Color convert

RGB 237 201 104 -
CMYK 0 0.15 0.56 0.07
HSL 43.76º 0.79% 0.67% -
HSV(B) 43.76º 0.56% 0.93% -
XYZ 58.31 60.78 21.75 -
YUV 200.71 73.43 153.89 -
System Red Green Blue C M Y K H S L
Decimal 237 201 104 0 0.15 0.56 0.07 43.76 0.79 0.67
Hex ED C9 68 0 F 38 7 2C 4F 43
Octal 355 311 150 0 17 70 7 54 117 103
Binary 11101101 11001001 1101000 0 1111 111000 111 101100 1001111 1000011

Color Harmonies of #EDC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC968

Black with #EDC968

Text Example


Text Example

White with #EDC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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