Html Css Color HEX #E1CA64 Golden Sand

📋 copy color: '#E1CA64'

red 225 ◦ green 202 ◦ blue 100

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

Shades of Golden Sand #E1CA64

Tints of Golden Sand #E1CA64

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.33%

 BLUE value IS 100 (39.45% from 255) = 18.98%

R = 42.69%
G = 38.33%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1CA64 (or 0xE1CA64) is known color: Golden Sand. HEX triplet: E1, CA and 64. RGB value is (225,202,100). Sum of RGB (Red+Green+Blue) = 225+202+100=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA64 is #1E359B. Grayscale: #C5C5C5. Windows color (decimal): -1979804 or 6605537. OLE color: 6605537.

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

Color convert

RGB 225 202 100 -
CMYK 0 0.10 0.56 0.12
HSL 48.96º 0.68% 0.64% -
HSV(B) 48.96º 0.56% 0.88% -
XYZ 54.47 59.17 20.61 -
YUV 197.25 73.12 147.79 -
System Red Green Blue C M Y K H S L
Decimal 225 202 100 0 0.10 0.56 0.12 48.96 0.68 0.64
Hex E1 CA 64 0 A 38 C 31 44 40
Octal 341 312 144 0 12 70 14 61 104 100
Binary 11100001 11001010 1100100 0 1010 111000 1100 110001 1000100 1000000

Color Harmonies of #E1CA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CA64

Black with #E1CA64

Text Example


Text Example

White with #E1CA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CA64; }

 p { color: rgb(225,202,100); }

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

background-color css

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

 a { background-color: rgb(225,202,100); }

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

border-color css

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

 span { border-color: rgb(225,202,100); }

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