Html Css Color HEX #E6CC71 Golden Sand

📋 copy color: '#E6CC71'

red 230 ◦ green 204 ◦ blue 113

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

Shades of Golden Sand #E6CC71

Tints of Golden Sand #E6CC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.66%

R = 42.05%
G = 37.29%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E6CC71 (or 0xE6CC71) is known color: Golden Sand. HEX triplet: E6, CC and 71. RGB value is (230,204,113). Sum of RGB (Red+Green+Blue) = 230+204+113=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 113 (44.53% from 255 or 20.66% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CC71 is #19338E. Grayscale: #C9C9C9. Windows color (decimal): -1651599 or 7458022. OLE color: 7458022.

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

Color convert

RGB 230 204 113 -
CMYK 0 0.11 0.51 0.10
HSL 46.67º 0.7% 0.67% -
HSV(B) 46.67º 0.51% 0.9% -
XYZ 57.21 61.2 24.42 -
YUV 201.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 230 204 113 0 0.11 0.51 0.10 46.67 0.7 0.67
Hex E6 CC 71 0 B 33 A 2F 46 43
Octal 346 314 161 0 13 63 12 57 106 103
Binary 11100110 11001100 1110001 0 1011 110011 1010 101111 1000110 1000011

Color Harmonies of #E6CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CC71

Black with #E6CC71

Text Example


Text Example

White with #E6CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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