Html Css Color HEX #E6CB60 Golden Sand

📋 copy color: '#E6CB60'

red 230 ◦ green 203 ◦ blue 96

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

Shades of Golden Sand #E6CB60

Tints of Golden Sand #E6CB60

RGB

 RED value IS 230 (90.23% from 255) = 43.48%

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

 BLUE value IS 96 (37.89% from 255) = 18.15%

R = 43.48%
G = 38.37%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#E6CB60 (or 0xE6CB60) is known color: Golden Sand. HEX triplet: E6, CB and 60. RGB value is (230,203,96). Sum of RGB (Red+Green+Blue) = 230+203+96=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6CB60 is #19349F. Grayscale: #C7C7C7. Windows color (decimal): -1651872 or 6343654. OLE color: 6343654.

HSL color Cylindrical-coordinate representation of color #E6CB60: hue angle of 47.91º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E6CB60 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 203 96 -
CMYK 0 0.12 0.58 0.10
HSL 47.91º 0.73% 0.64% -
HSV(B) 47.91º 0.58% 0.9% -
XYZ 56.1 60.38 19.76 -
YUV 198.88 69.95 150.2 -
System Red Green Blue C M Y K H S L
Decimal 230 203 96 0 0.12 0.58 0.10 47.91 0.73 0.64
Hex E6 CB 60 0 C 3A A 30 49 40
Octal 346 313 140 0 14 72 12 60 111 100
Binary 11100110 11001011 1100000 0 1100 111010 1010 110000 1001001 1000000

Color Harmonies of #E6CB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CB60

Black with #E6CB60

Text Example


Text Example

White with #E6CB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CB60; }

 p { color: rgb(230,203,96); }

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

background-color css

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

 a { background-color: rgb(230,203,96); }

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

border-color css

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

 span { border-color: rgb(230,203,96); }

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