Html Css Color HEX #E1CB65 Golden Sand

📋 copy color: '#E1CB65'

red 225 ◦ green 203 ◦ blue 101

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

Shades of Golden Sand #E1CB65

Tints of Golden Sand #E1CB65

RGB

 RED value IS 225 (88.28% from 255) = 42.53%

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

 BLUE value IS 101 (39.84% from 255) = 19.09%

R = 42.53%
G = 38.37%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1CB65 (or 0xE1CB65) is known color: Golden Sand. HEX triplet: E1, CB and 65. RGB value is (225,203,101). Sum of RGB (Red+Green+Blue) = 225+203+101=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB65 is #1E349A. Grayscale: #C6C6C6. Windows color (decimal): -1979547 or 6671329. OLE color: 6671329.

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

Color convert

RGB 225 203 101 -
CMYK 0 0.10 0.55 0.12
HSL 49.35º 0.67% 0.64% -
HSV(B) 49.35º 0.55% 0.88% -
XYZ 54.76 59.66 20.94 -
YUV 197.95 73.29 147.29 -
System Red Green Blue C M Y K H S L
Decimal 225 203 101 0 0.10 0.55 0.12 49.35 0.67 0.64
Hex E1 CB 65 0 A 37 C 31 43 40
Octal 341 313 145 0 12 67 14 61 103 100
Binary 11100001 11001011 1100101 0 1010 110111 1100 110001 1000011 1000000

Color Harmonies of #E1CB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CB65

Black with #E1CB65

Text Example


Text Example

White with #E1CB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CB65; }

 p { color: rgb(225,203,101); }

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

background-color css

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

 a { background-color: rgb(225,203,101); }

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

border-color css

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

 span { border-color: rgb(225,203,101); }

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