Html Css Color HEX #E7CB64 Golden Sand

📋 copy color: '#E7CB64'

red 231 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #E7CB64

Tints of Golden Sand #E7CB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.01%

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

R = 43.26%
G = 38.01%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.09

RGB Variations

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

Color information

#E7CB64 (or 0xE7CB64) is known color: Golden Sand. HEX triplet: E7, CB and 64. RGB value is (231,203,100). Sum of RGB (Red+Green+Blue) = 231+203+100=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB64 is #18349B. Grayscale: #C8C8C8. Windows color (decimal): -1586332 or 6605799. OLE color: 6605799.

HSL color Cylindrical-coordinate representation of color #E7CB64: hue angle of 47.18º 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 #E7CB64 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 203 100 -
CMYK 0 0.12 0.57 0.09
HSL 47.18º 0.73% 0.65% -
HSV(B) 47.18º 0.57% 0.91% -
XYZ 56.61 60.62 20.77 -
YUV 199.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 231 203 100 0 0.12 0.57 0.09 47.18 0.73 0.65
Hex E7 CB 64 0 C 39 9 2F 49 41
Octal 347 313 144 0 14 71 11 57 111 101
Binary 11100111 11001011 1100100 0 1100 111001 1001 101111 1001001 1000001

Color Harmonies of #E7CB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CB64

Black with #E7CB64

Text Example


Text Example

White with #E7CB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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