Html Css Color HEX #EEC468 Golden Sand

📋 copy color: '#EEC468'

red 238 ◦ green 196 ◦ blue 104

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

Shades of Golden Sand #EEC468

Tints of Golden Sand #EEC468

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.43%

 BLUE value IS 104 (41.02% from 255) = 19.33%

R = 44.24%
G = 36.43%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEC468 (or 0xEEC468) is known color: Golden Sand. HEX triplet: EE, C4 and 68. RGB value is (238,196,104). Sum of RGB (Red+Green+Blue) = 238+196+104=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC468 is #113B97. Grayscale: #C6C6C6. Windows color (decimal): -1129368 or 6866158. OLE color: 6866158.

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

Color convert

RGB 238 196 104 -
CMYK 0 0.18 0.56 0.07
HSL 41.19º 0.8% 0.67% -
HSV(B) 41.19º 0.56% 0.93% -
XYZ 57.5 58.66 21.39 -
YUV 198.07 74.91 156.48 -
System Red Green Blue C M Y K H S L
Decimal 238 196 104 0 0.18 0.56 0.07 41.19 0.8 0.67
Hex EE C4 68 0 12 38 7 29 50 43
Octal 356 304 150 0 22 70 7 51 120 103
Binary 11101110 11000100 1101000 0 10010 111000 111 101001 1010000 1000011

Color Harmonies of #EEC468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC468

Black with #EEC468

Text Example


Text Example

White with #EEC468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC468; }

 p { color: rgb(238,196,104); }

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

background-color css

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

 a { background-color: rgb(238,196,104); }

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

border-color css

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

 span { border-color: rgb(238,196,104); }

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