Html Css Color HEX #E7CB6A Golden Sand

📋 copy color: '#E7CB6A'

red 231 ◦ green 203 ◦ blue 106

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

Shades of Golden Sand #E7CB6A

Tints of Golden Sand #E7CB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 42.78%
G = 37.59%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7CB6A (or 0xE7CB6A) is known color: Golden Sand. HEX triplet: E7, CB and 6A. RGB value is (231,203,106). Sum of RGB (Red+Green+Blue) = 231+203+106=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB6A is #183495. Grayscale: #C8C8C8. Windows color (decimal): -1586326 or 6999015. OLE color: 6999015.

HSL color Cylindrical-coordinate representation of color #E7CB6A: hue angle of 46.56º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7CB6A is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 203 106 -
CMYK 0 0.12 0.54 0.09
HSL 46.56º 0.72% 0.66% -
HSV(B) 46.56º 0.54% 0.91% -
XYZ 56.91 60.74 22.36 -
YUV 200.31 74.78 149.89 -
System Red Green Blue C M Y K H S L
Decimal 231 203 106 0 0.12 0.54 0.09 46.56 0.72 0.66
Hex E7 CB 6A 0 C 36 9 2F 48 42
Octal 347 313 152 0 14 66 11 57 110 102
Binary 11100111 11001011 1101010 0 1100 110110 1001 101111 1001000 1000010

Color Harmonies of #E7CB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CB6A

Black with #E7CB6A

Text Example


Text Example

White with #E7CB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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