Html Css Color HEX #E7C264 Golden Sand

📋 copy color: '#E7C264'

red 231 ◦ green 194 ◦ blue 100

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

Shades of Golden Sand #E7C264

Tints of Golden Sand #E7C264

RGB

 RED value IS 231 (90.63% from 255) = 44%

 GREEN value IS 194 (76.17% from 255) = 36.95%

 BLUE value IS 100 (39.45% from 255) = 19.05%

R = 44%
G = 36.95%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E7C264 (or 0xE7C264) is known color: Golden Sand. HEX triplet: E7, C2 and 64. RGB value is (231,194,100). Sum of RGB (Red+Green+Blue) = 231+194+100=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C264 is #183D9B. Grayscale: #C2C2C2. Windows color (decimal): -1588636 or 6603495. OLE color: 6603495.

HSL color Cylindrical-coordinate representation of color #E7C264: hue angle of 43.05º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7C264 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 194 100 -
CMYK 0 0.16 0.57 0.09
HSL 43.05º 0.73% 0.65% -
HSV(B) 43.05º 0.57% 0.91% -
XYZ 54.55 56.49 20.09 -
YUV 194.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 231 194 100 0 0.16 0.57 0.09 43.05 0.73 0.65
Hex E7 C2 64 0 10 39 9 2B 49 41
Octal 347 302 144 0 20 71 11 53 111 101
Binary 11100111 11000010 1100100 0 10000 111001 1001 101011 1001001 1000001

Color Harmonies of #E7C264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C264

Black with #E7C264

Text Example


Text Example

White with #E7C264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C264; }

 p { color: rgb(231,194,100); }

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

background-color css

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

 a { background-color: rgb(231,194,100); }

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

border-color css

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

 span { border-color: rgb(231,194,100); }

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