Html Css Color HEX #EEC362 Golden Sand

📋 copy color: '#EEC362'

red 238 ◦ green 195 ◦ blue 98

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

Shades of Golden Sand #EEC362

Tints of Golden Sand #EEC362

RGB

 RED value IS 238 (93.36% from 255) = 44.82%

 GREEN value IS 195 (76.56% from 255) = 36.72%

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

R = 44.82%
G = 36.72%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EEC362 (or 0xEEC362) is known color: Golden Sand. HEX triplet: EE, C3 and 62. RGB value is (238,195,98). Sum of RGB (Red+Green+Blue) = 238+195+98=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC362 is #113C9D. Grayscale: #C5C5C5. Windows color (decimal): -1129630 or 6472686. OLE color: 6472686.

HSL color Cylindrical-coordinate representation of color #EEC362: hue angle of 41.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEC362 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 195 98 -
CMYK 0 0.18 0.59 0.07
HSL 41.57º 0.8% 0.66% -
HSV(B) 41.57º 0.59% 0.93% -
XYZ 56.98 58.09 19.76 -
YUV 196.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 238 195 98 0 0.18 0.59 0.07 41.57 0.8 0.66
Hex EE C3 62 0 12 3B 7 2A 50 42
Octal 356 303 142 0 22 73 7 52 120 102
Binary 11101110 11000011 1100010 0 10010 111011 111 101010 1010000 1000010

Color Harmonies of #EEC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC362

Black with #EEC362

Text Example


Text Example

White with #EEC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC362; }

 p { color: rgb(238,195,98); }

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

background-color css

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

 a { background-color: rgb(238,195,98); }

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

border-color css

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

 span { border-color: rgb(238,195,98); }

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