Html Css Color HEX #EDCC65 Golden Sand

📋 copy color: '#EDCC65'

red 237 ◦ green 204 ◦ blue 101

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

Shades of Golden Sand #EDCC65

Tints of Golden Sand #EDCC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.63%

R = 43.73%
G = 37.64%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDCC65 (or 0xEDCC65) is known color: Golden Sand. HEX triplet: ED, CC and 65. RGB value is (237,204,101). Sum of RGB (Red+Green+Blue) = 237+204+101=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCC65 is #12339A. Grayscale: #CACACA. Windows color (decimal): -1192859 or 6671597. OLE color: 6671597.

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

Color convert

RGB 237 204 101 -
CMYK 0 0.14 0.57 0.07
HSL 45.44º 0.79% 0.66% -
HSV(B) 45.44º 0.57% 0.93% -
XYZ 58.87 62.13 21.2 -
YUV 202.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 237 204 101 0 0.14 0.57 0.07 45.44 0.79 0.66
Hex ED CC 65 0 E 39 7 2D 4F 42
Octal 355 314 145 0 16 71 7 55 117 102
Binary 11101101 11001100 1100101 0 1110 111001 111 101101 1001111 1000010

Color Harmonies of #EDCC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC65

Black with #EDCC65

Text Example


Text Example

White with #EDCC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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