Html Css Color HEX #EED968 Golden Sand

📋 copy color: '#EED968'

red 238 ◦ green 217 ◦ blue 104

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

Shades of Golden Sand #EED968

Tints of Golden Sand #EED968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.82%

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

R = 42.58%
G = 38.82%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EED968 (or 0xEED968) is known color: Golden Sand. HEX triplet: EE, D9 and 68. RGB value is (238,217,104). Sum of RGB (Red+Green+Blue) = 238+217+104=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED968 is #112697. Grayscale: #D2D2D2. Windows color (decimal): -1123992 or 6871534. OLE color: 6871534.

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

Color convert

RGB 238 217 104 -
CMYK 0 0.09 0.56 0.07
HSL 50.6º 0.8% 0.67% -
HSV(B) 50.6º 0.56% 0.93% -
XYZ 62.57 68.8 23.08 -
YUV 210.4 67.96 147.69 -
System Red Green Blue C M Y K H S L
Decimal 238 217 104 0 0.09 0.56 0.07 50.6 0.8 0.67
Hex EE D9 68 0 9 38 7 33 50 43
Octal 356 331 150 0 11 70 7 63 120 103
Binary 11101110 11011001 1101000 0 1001 111000 111 110011 1010000 1000011

Color Harmonies of #EED968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED968

Black with #EED968

Text Example


Text Example

White with #EED968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED968; }

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

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

background-color css

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

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

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

border-color css

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

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

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