Html Css Color HEX #E2CC5F Golden Sand

📋 copy color: '#E2CC5F'

red 226 ◦ green 204 ◦ blue 95

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

Shades of Golden Sand #E2CC5F

Tints of Golden Sand #E2CC5F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.86%

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

R = 43.05%
G = 38.86%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2CC5F (or 0xE2CC5F) is known color: Golden Sand. HEX triplet: E2, CC and 5F. RGB value is (226,204,95). Sum of RGB (Red+Green+Blue) = 226+204+95=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 95 (37.5% from 255 or 18.10% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC5F is #1D33A0. Grayscale: #C6C6C6. Windows color (decimal): -1913761 or 6278370. OLE color: 6278370.

HSL color Cylindrical-coordinate representation of color #E2CC5F: hue angle of 49.92º 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 #E2CC5F is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 95 -
CMYK 0 0.10 0.58 0.11
HSL 49.92º 0.69% 0.63% -
HSV(B) 49.92º 0.58% 0.89% -
XYZ 55.02 60.18 19.54 -
YUV 198.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 226 204 95 0 0.10 0.58 0.11 49.92 0.69 0.63
Hex E2 CC 5F 0 A 3A B 32 45 3F
Octal 342 314 137 0 12 72 13 62 105 77
Binary 11100010 11001100 1011111 0 1010 111010 1011 110010 1000101 111111

Color Harmonies of #E2CC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC5F

Black with #E2CC5F

Text Example


Text Example

White with #E2CC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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