Html Css Color HEX #E6CC72 Golden Sand

📋 copy color: '#E6CC72'

red 230 ◦ green 204 ◦ blue 114

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

Shades of Golden Sand #E6CC72

Tints of Golden Sand #E6CC72

RGB

 RED value IS 230 (90.23% from 255) = 41.97%

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

 BLUE value IS 114 (44.92% from 255) = 20.8%

R = 41.97%
G = 37.23%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E6CC72 (or 0xE6CC72) is known color: Golden Sand. HEX triplet: E6, CC and 72. RGB value is (230,204,114). Sum of RGB (Red+Green+Blue) = 230+204+114=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC72 is #19338D. Grayscale: #C9C9C9. Windows color (decimal): -1651598 or 7523558. OLE color: 7523558.

HSL color Cylindrical-coordinate representation of color #E6CC72: hue angle of 46.55º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6CC72 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 204 114 -
CMYK 0 0.11 0.50 0.10
HSL 46.55º 0.7% 0.67% -
HSV(B) 46.55º 0.5% 0.9% -
XYZ 57.26 61.22 24.72 -
YUV 201.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 230 204 114 0 0.11 0.50 0.10 46.55 0.7 0.67
Hex E6 CC 72 0 B 32 A 2F 46 43
Octal 346 314 162 0 13 62 12 57 106 103
Binary 11100110 11001100 1110010 0 1011 110010 1010 101111 1000110 1000011

Color Harmonies of #E6CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CC72

Black with #E6CC72

Text Example


Text Example

White with #E6CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CC72; }

 p { color: rgb(230,204,114); }

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

background-color css

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

 a { background-color: rgb(230,204,114); }

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

border-color css

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

 span { border-color: rgb(230,204,114); }

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