Html Css Color HEX #E2CA61 Golden Sand

📋 copy color: '#E2CA61'

red 226 ◦ green 202 ◦ blue 97

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

Shades of Golden Sand #E2CA61

Tints of Golden Sand #E2CA61

RGB

 RED value IS 226 (88.67% from 255) = 43.05%

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

 BLUE value IS 97 (38.28% from 255) = 18.48%

R = 43.05%
G = 38.48%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2CA61 (or 0xE2CA61) is known color: Golden Sand. HEX triplet: E2, CA and 61. RGB value is (226,202,97). Sum of RGB (Red+Green+Blue) = 226+202+97=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 97 (38.28% from 255 or 18.48% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CA61 is #1D359E. Grayscale: #C5C5C5. Windows color (decimal): -1914271 or 6408930. OLE color: 6408930.

HSL color Cylindrical-coordinate representation of color #E2CA61: hue angle of 48.84º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2CA61 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 97 -
CMYK 0 0.11 0.57 0.11
HSL 48.84º 0.69% 0.63% -
HSV(B) 48.84º 0.57% 0.89% -
XYZ 54.64 59.27 19.87 -
YUV 197.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 226 202 97 0 0.11 0.57 0.11 48.84 0.69 0.63
Hex E2 CA 61 0 B 39 B 31 45 3F
Octal 342 312 141 0 13 71 13 61 105 77
Binary 11100010 11001010 1100001 0 1011 111001 1011 110001 1000101 111111

Color Harmonies of #E2CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA61

Black with #E2CA61

Text Example


Text Example

White with #E2CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA61; }

 p { color: rgb(226,202,97); }

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

background-color css

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

 a { background-color: rgb(226,202,97); }

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

border-color css

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

 span { border-color: rgb(226,202,97); }

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