Html Css Color HEX #E2CC62 Golden Sand

📋 copy color: '#E2CC62'

red 226 ◦ green 204 ◦ blue 98

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

Shades of Golden Sand #E2CC62

Tints of Golden Sand #E2CC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.56%

R = 42.8%
G = 38.64%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#E2CC62 (or 0xE2CC62) is known color: Golden Sand. HEX triplet: E2, CC and 62. RGB value is (226,204,98). Sum of RGB (Red+Green+Blue) = 226+204+98=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 98 (38.67% from 255 or 18.56% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC62 is #1D339D. Grayscale: #C6C6C6. Windows color (decimal): -1913758 or 6474978. OLE color: 6474978.

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

Color convert

RGB 226 204 98 -
CMYK 0 0.10 0.57 0.11
HSL 49.69º 0.69% 0.64% -
HSV(B) 49.69º 0.57% 0.89% -
XYZ 55.16 60.24 20.27 -
YUV 198.49 71.29 147.62 -
System Red Green Blue C M Y K H S L
Decimal 226 204 98 0 0.10 0.57 0.11 49.69 0.69 0.64
Hex E2 CC 62 0 A 39 B 32 45 40
Octal 342 314 142 0 12 71 13 62 105 100
Binary 11100010 11001100 1100010 0 1010 111001 1011 110010 1000101 1000000

Color Harmonies of #E2CC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC62

Black with #E2CC62

Text Example


Text Example

White with #E2CC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC62; }

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

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

background-color css

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

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

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

border-color css

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

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

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