Html Css Color HEX #EEC968 Golden Sand

📋 copy color: '#EEC968'

red 238 ◦ green 201 ◦ blue 104

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

Shades of Golden Sand #EEC968

Tints of Golden Sand #EEC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.02%

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

R = 43.83%
G = 37.02%
B = 19.15%

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

#EEC968 (or 0xEEC968) is known color: Golden Sand. HEX triplet: EE, C9 and 68. RGB value is (238,201,104). Sum of RGB (Red+Green+Blue) = 238+201+104=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC968 is #113697. Grayscale: #C9C9C9. Windows color (decimal): -1128088 or 6867438. OLE color: 6867438.

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

Color convert

RGB 238 201 104 -
CMYK 0 0.16 0.56 0.07
HSL 43.43º 0.8% 0.67% -
HSV(B) 43.43º 0.56% 0.93% -
XYZ 58.65 60.95 21.77 -
YUV 201.01 73.26 154.39 -
System Red Green Blue C M Y K H S L
Decimal 238 201 104 0 0.16 0.56 0.07 43.43 0.8 0.67
Hex EE C9 68 0 10 38 7 2B 50 43
Octal 356 311 150 0 20 70 7 53 120 103
Binary 11101110 11001001 1101000 0 10000 111000 111 101011 1010000 1000011

Color Harmonies of #EEC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC968

Black with #EEC968

Text Example


Text Example

White with #EEC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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