Html Css Color HEX #EDCC68 Golden Sand

📋 copy color: '#EDCC68'

red 237 ◦ green 204 ◦ blue 104

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

Shades of Golden Sand #EDCC68

Tints of Golden Sand #EDCC68

RGB

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

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

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

R = 43.49%
G = 37.43%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EDCC68 (or 0xEDCC68) is known color: Golden Sand. HEX triplet: ED, CC and 68. RGB value is (237,204,104). Sum of RGB (Red+Green+Blue) = 237+204+104=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC68 is #123397. Grayscale: #CACACA. Windows color (decimal): -1192856 or 6868205. OLE color: 6868205.

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

Color convert

RGB 237 204 104 -
CMYK 0 0.14 0.56 0.07
HSL 45.11º 0.79% 0.67% -
HSV(B) 45.11º 0.56% 0.93% -
XYZ 59.02 62.19 21.99 -
YUV 202.47 72.43 152.63 -
System Red Green Blue C M Y K H S L
Decimal 237 204 104 0 0.14 0.56 0.07 45.11 0.79 0.67
Hex ED CC 68 0 E 38 7 2D 4F 43
Octal 355 314 150 0 16 70 7 55 117 103
Binary 11101101 11001100 1101000 0 1110 111000 111 101101 1001111 1000011

Color Harmonies of #EDCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC68

Black with #EDCC68

Text Example


Text Example

White with #EDCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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