Html Css Color HEX #E2CB6A Golden Sand

📋 copy color: '#E2CB6A'

red 226 ◦ green 203 ◦ blue 106

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

Shades of Golden Sand #E2CB6A

Tints of Golden Sand #E2CB6A

RGB

 RED value IS 226 (88.67% from 255) = 42.24%

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

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

R = 42.24%
G = 37.94%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E2CB6A (or 0xE2CB6A) is known color: Golden Sand. HEX triplet: E2, CB and 6A. RGB value is (226,203,106). Sum of RGB (Red+Green+Blue) = 226+203+106=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB6A is #1D3495. Grayscale: #C7C7C7. Windows color (decimal): -1914006 or 6999010. OLE color: 6999010.

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

Color convert

RGB 226 203 106 -
CMYK 0 0.10 0.53 0.11
HSL 48.5º 0.67% 0.65% -
HSV(B) 48.5º 0.53% 0.89% -
XYZ 55.32 59.92 22.29 -
YUV 198.82 75.62 147.39 -
System Red Green Blue C M Y K H S L
Decimal 226 203 106 0 0.10 0.53 0.11 48.5 0.67 0.65
Hex E2 CB 6A 0 A 35 B 30 43 41
Octal 342 313 152 0 12 65 13 60 103 101
Binary 11100010 11001011 1101010 0 1010 110101 1011 110000 1000011 1000001

Color Harmonies of #E2CB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CB6A

Black with #E2CB6A

Text Example


Text Example

White with #E2CB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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