Html Css Color HEX #EEC868 Golden Sand

📋 copy color: '#EEC868'

red 238 ◦ green 200 ◦ blue 104

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

Shades of Golden Sand #EEC868

Tints of Golden Sand #EEC868

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

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

R = 43.91%
G = 36.9%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EEC868 (or 0xEEC868) is known color: Golden Sand. HEX triplet: EE, C8 and 68. RGB value is (238,200,104). Sum of RGB (Red+Green+Blue) = 238+200+104=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC868 is #113797. Grayscale: #C8C8C8. Windows color (decimal): -1128344 or 6867182. OLE color: 6867182.

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

Color convert

RGB 238 200 104 -
CMYK 0 0.16 0.56 0.07
HSL 42.99º 0.8% 0.67% -
HSV(B) 42.99º 0.56% 0.93% -
XYZ 58.41 60.49 21.69 -
YUV 200.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 238 200 104 0 0.16 0.56 0.07 42.99 0.8 0.67
Hex EE C8 68 0 10 38 7 2B 50 43
Octal 356 310 150 0 20 70 7 53 120 103
Binary 11101110 11001000 1101000 0 10000 111000 111 101011 1010000 1000011

Color Harmonies of #EEC868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC868

Black with #EEC868

Text Example


Text Example

White with #EEC868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC868; }

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

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

background-color css

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

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

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

border-color css

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

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

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