Html Css Color HEX #E0CB6A Golden Sand

📋 copy color: '#E0CB6A'

red 224 ◦ green 203 ◦ blue 106

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

Shades of Golden Sand #E0CB6A

Tints of Golden Sand #E0CB6A

RGB

 RED value IS 224 (87.89% from 255) = 42.03%

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

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

R = 42.03%
G = 38.09%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0CB6A (or 0xE0CB6A) is known color: Golden Sand. HEX triplet: E0, CB and 6A. RGB value is (224,203,106). Sum of RGB (Red+Green+Blue) = 224+203+106=533 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.03% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB6A is #1F3495. Grayscale: #C6C6C6. Windows color (decimal): -2045078 or 6999008. OLE color: 6999008.

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

Color convert

RGB 224 203 106 -
CMYK 0 0.09 0.53 0.12
HSL 49.32º 0.66% 0.65% -
HSV(B) 49.32º 0.53% 0.88% -
XYZ 54.7 59.6 22.26 -
YUV 198.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 224 203 106 0 0.09 0.53 0.12 49.32 0.66 0.65
Hex E0 CB 6A 0 9 35 C 31 42 41
Octal 340 313 152 0 11 65 14 61 102 101
Binary 11100000 11001011 1101010 0 1001 110101 1100 110001 1000010 1000001

Color Harmonies of #E0CB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CB6A

Black with #E0CB6A

Text Example


Text Example

White with #E0CB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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