Html Css Color HEX #EEC668 Golden Sand

📋 copy color: '#EEC668'

red 238 ◦ green 198 ◦ blue 104

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

Shades of Golden Sand #EEC668

Tints of Golden Sand #EEC668

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

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

R = 44.07%
G = 36.67%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEC668 (or 0xEEC668) is known color: Golden Sand. HEX triplet: EE, C6 and 68. RGB value is (238,198,104). Sum of RGB (Red+Green+Blue) = 238+198+104=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 104 (41.02% from 255 or 19.26% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC668 is #113997. Grayscale: #C7C7C7. Windows color (decimal): -1128856 or 6866670. OLE color: 6866670.

HSL color Cylindrical-coordinate representation of color #EEC668: hue angle of 42.09º 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 #EEC668 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 198 104 -
CMYK 0 0.17 0.56 0.07
HSL 42.09º 0.8% 0.67% -
HSV(B) 42.09º 0.56% 0.93% -
XYZ 57.95 59.56 21.54 -
YUV 199.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 238 198 104 0 0.17 0.56 0.07 42.09 0.8 0.67
Hex EE C6 68 0 11 38 7 2A 50 43
Octal 356 306 150 0 21 70 7 52 120 103
Binary 11101110 11000110 1101000 0 10001 111000 111 101010 1010000 1000011

Color Harmonies of #EEC668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC668

Black with #EEC668

Text Example


Text Example

White with #EEC668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC668; }

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

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

background-color css

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

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

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

border-color css

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

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

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