Html Css Color HEX #E2C25F Golden Sand

📋 copy color: '#E2C25F'

red 226 ◦ green 194 ◦ blue 95

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

Shades of Golden Sand #E2C25F

Tints of Golden Sand #E2C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.67%

 BLUE value IS 95 (37.5% from 255) = 18.45%

R = 43.88%
G = 37.67%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2C25F (or 0xE2C25F) is known color: Golden Sand. HEX triplet: E2, C2 and 5F. RGB value is (226,194,95). Sum of RGB (Red+Green+Blue) = 226+194+95=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C25F is #1D3DA0. Grayscale: #C0C0C0. Windows color (decimal): -1916321 or 6275810. OLE color: 6275810.

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

Color convert

RGB 226 194 95 -
CMYK 0 0.14 0.58 0.11
HSL 45.34º 0.69% 0.63% -
HSV(B) 45.34º 0.58% 0.89% -
XYZ 52.72 55.58 18.78 -
YUV 192.28 73.1 152.05 -
System Red Green Blue C M Y K H S L
Decimal 226 194 95 0 0.14 0.58 0.11 45.34 0.69 0.63
Hex E2 C2 5F 0 E 3A B 2D 45 3F
Octal 342 302 137 0 16 72 13 55 105 77
Binary 11100010 11000010 1011111 0 1110 111010 1011 101101 1000101 111111

Color Harmonies of #E2C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C25F

Black with #E2C25F

Text Example


Text Example

White with #E2C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C25F; }

 p { color: rgb(226,194,95); }

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

background-color css

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

 a { background-color: rgb(226,194,95); }

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

border-color css

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

 span { border-color: rgb(226,194,95); }

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