Html Css Color HEX #EED967 Golden Sand

📋 copy color: '#EED967'

red 238 ◦ green 217 ◦ blue 103

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

Shades of Golden Sand #EED967

Tints of Golden Sand #EED967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.46%

R = 42.65%
G = 38.89%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EED967 (or 0xEED967) is known color: Golden Sand. HEX triplet: EE, D9 and 67. RGB value is (238,217,103). Sum of RGB (Red+Green+Blue) = 238+217+103=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED967 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED967 is #112698. Grayscale: #D2D2D2. Windows color (decimal): -1123993 or 6805998. OLE color: 6805998.

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

Color convert

RGB 238 217 103 -
CMYK 0 0.09 0.57 0.07
HSL 50.67º 0.8% 0.67% -
HSV(B) 50.67º 0.57% 0.93% -
XYZ 62.52 68.78 22.81 -
YUV 210.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 238 217 103 0 0.09 0.57 0.07 50.67 0.8 0.67
Hex EE D9 67 0 9 39 7 33 50 43
Octal 356 331 147 0 11 71 7 63 120 103
Binary 11101110 11011001 1100111 0 1001 111001 111 110011 1010000 1000011

Color Harmonies of #EED967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED967

Black with #EED967

Text Example


Text Example

White with #EED967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED967; }

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

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

background-color css

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

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

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

border-color css

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

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

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