Html Css Color HEX #E2CC65 Golden Sand

📋 copy color: '#E2CC65'

red 226 ◦ green 204 ◦ blue 101

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

Shades of Golden Sand #E2CC65

Tints of Golden Sand #E2CC65

RGB

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

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

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

R = 42.56%
G = 38.42%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2CC65 (or 0xE2CC65) is known color: Golden Sand. HEX triplet: E2, CC and 65. RGB value is (226,204,101). Sum of RGB (Red+Green+Blue) = 226+204+101=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC65 is #1D339A. Grayscale: #C7C7C7. Windows color (decimal): -1913755 or 6671586. OLE color: 6671586.

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

Color convert

RGB 226 204 101 -
CMYK 0 0.10 0.55 0.11
HSL 49.44º 0.68% 0.64% -
HSV(B) 49.44º 0.55% 0.89% -
XYZ 55.31 60.29 21.03 -
YUV 198.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 226 204 101 0 0.10 0.55 0.11 49.44 0.68 0.64
Hex E2 CC 65 0 A 37 B 31 44 40
Octal 342 314 145 0 12 67 13 61 104 100
Binary 11100010 11001100 1100101 0 1010 110111 1011 110001 1000100 1000000

Color Harmonies of #E2CC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC65

Black with #E2CC65

Text Example


Text Example

White with #E2CC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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