Html Css Color HEX #E9CB6A Golden Sand

📋 copy color: '#E9CB6A'

red 233 ◦ green 203 ◦ blue 106

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

Shades of Golden Sand #E9CB6A

Tints of Golden Sand #E9CB6A

RGB

 RED value IS 233 (91.41% from 255) = 42.99%

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

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

R = 42.99%
G = 37.45%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E9CB6A (or 0xE9CB6A) is known color: Golden Sand. HEX triplet: E9, CB and 6A. RGB value is (233,203,106). Sum of RGB (Red+Green+Blue) = 233+203+106=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9CB6A is #163495. Grayscale: #C9C9C9. Windows color (decimal): -1455254 or 6999017. OLE color: 6999017.

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

Color convert

RGB 233 203 106 -
CMYK 0 0.13 0.55 0.09
HSL 45.83º 0.74% 0.66% -
HSV(B) 45.83º 0.55% 0.91% -
XYZ 57.56 61.08 22.39 -
YUV 200.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 233 203 106 0 0.13 0.55 0.09 45.83 0.74 0.66
Hex E9 CB 6A 0 D 37 9 2E 4A 42
Octal 351 313 152 0 15 67 11 56 112 102
Binary 11101001 11001011 1101010 0 1101 110111 1001 101110 1001010 1000010

Color Harmonies of #E9CB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CB6A

Black with #E9CB6A

Text Example


Text Example

White with #E9CB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CB6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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