Html Css Color HEX #E6CD72 Golden Sand

📋 copy color: '#E6CD72'

red 230 ◦ green 205 ◦ blue 114

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

Shades of Golden Sand #E6CD72

Tints of Golden Sand #E6CD72

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

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

R = 41.89%
G = 37.34%
B = 20.77%

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

#E6CD72 (or 0xE6CD72) is known color: Golden Sand. HEX triplet: E6, CD and 72. RGB value is (230,205,114). Sum of RGB (Red+Green+Blue) = 230+205+114=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CD72 is #19328D. Grayscale: #CACACA. Windows color (decimal): -1651342 or 7523814. OLE color: 7523814.

HSL color Cylindrical-coordinate representation of color #E6CD72: hue angle of 47.07º 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 #E6CD72 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 205 114 -
CMYK 0 0.11 0.50 0.10
HSL 47.07º 0.7% 0.67% -
HSV(B) 47.07º 0.5% 0.9% -
XYZ 57.5 61.7 24.8 -
YUV 202.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 230 205 114 0 0.11 0.50 0.10 47.07 0.7 0.67
Hex E6 CD 72 0 B 32 A 2F 46 43
Octal 346 315 162 0 13 62 12 57 106 103
Binary 11100110 11001101 1110010 0 1011 110010 1010 101111 1000110 1000011

Color Harmonies of #E6CD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CD72

Black with #E6CD72

Text Example


Text Example

White with #E6CD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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