Html Css Color HEX #EED167 Golden Sand

📋 copy color: '#EED167'

red 238 ◦ green 209 ◦ blue 103

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

Shades of Golden Sand #EED167

Tints of Golden Sand #EED167

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38%

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

R = 43.27%
G = 38%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EED167 (or 0xEED167) is known color: Golden Sand. HEX triplet: EE, D1 and 67. RGB value is (238,209,103). Sum of RGB (Red+Green+Blue) = 238+209+103=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EED167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED167 is #112E98. Grayscale: #CECECE. Windows color (decimal): -1126041 or 6803950. OLE color: 6803950.

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

Color convert

RGB 238 209 103 -
CMYK 0 0.12 0.57 0.07
HSL 47.11º 0.8% 0.67% -
HSV(B) 47.11º 0.57% 0.93% -
XYZ 60.51 64.76 22.14 -
YUV 205.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 238 209 103 0 0.12 0.57 0.07 47.11 0.8 0.67
Hex EE D1 67 0 C 39 7 2F 50 43
Octal 356 321 147 0 14 71 7 57 120 103
Binary 11101110 11010001 1100111 0 1100 111001 111 101111 1010000 1000011

Color Harmonies of #EED167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED167

Black with #EED167

Text Example


Text Example

White with #EED167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED167; }

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

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

background-color css

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

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

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

border-color css

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

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

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