Html Css Color HEX #E2CE66 Golden Sand

📋 copy color: '#E2CE66'

red 226 ◦ green 206 ◦ blue 102

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

Shades of Golden Sand #E2CE66

Tints of Golden Sand #E2CE66

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 102 (40.23% from 255) = 19.1%

R = 42.32%
G = 38.58%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E2CE66 (or 0xE2CE66) is known color: Golden Sand. HEX triplet: E2, CE and 66. RGB value is (226,206,102). Sum of RGB (Red+Green+Blue) = 226+206+102=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE66 is #1D3199. Grayscale: #C8C8C8. Windows color (decimal): -1913242 or 6737634. OLE color: 6737634.

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

Color convert

RGB 226 206 102 -
CMYK 0 0.09 0.55 0.11
HSL 50.32º 0.68% 0.64% -
HSV(B) 50.32º 0.55% 0.89% -
XYZ 55.83 61.27 21.45 -
YUV 200.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 226 206 102 0 0.09 0.55 0.11 50.32 0.68 0.64
Hex E2 CE 66 0 9 37 B 32 44 40
Octal 342 316 146 0 11 67 13 62 104 100
Binary 11100010 11001110 1100110 0 1001 110111 1011 110010 1000100 1000000

Color Harmonies of #E2CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CE66

Black with #E2CE66

Text Example


Text Example

White with #E2CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CE66; }

 p { color: rgb(226,206,102); }

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

background-color css

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

 a { background-color: rgb(226,206,102); }

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

border-color css

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

 span { border-color: rgb(226,206,102); }

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