Html Css Color HEX #EEDE67 Golden Sand

📋 copy color: '#EEDE67'

red 238 ◦ green 222 ◦ blue 103

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

Shades of Golden Sand #EEDE67

Tints of Golden Sand #EEDE67

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.43%

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

R = 42.27%
G = 39.43%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EEDE67 (or 0xEEDE67) is known color: Golden Sand. HEX triplet: EE, DE and 67. RGB value is (238,222,103). Sum of RGB (Red+Green+Blue) = 238+222+103=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE67 is #112198. Grayscale: #D5D5D5. Windows color (decimal): -1122713 or 6807278. OLE color: 6807278.

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

Color convert

RGB 238 222 103 -
CMYK 0 0.07 0.57 0.07
HSL 52.89º 0.8% 0.67% -
HSV(B) 52.89º 0.57% 0.93% -
XYZ 63.83 71.4 23.25 -
YUV 213.22 65.8 145.68 -
System Red Green Blue C M Y K H S L
Decimal 238 222 103 0 0.07 0.57 0.07 52.89 0.8 0.67
Hex EE DE 67 0 7 39 7 35 50 43
Octal 356 336 147 0 7 71 7 65 120 103
Binary 11101110 11011110 1100111 0 111 111001 111 110101 1010000 1000011

Color Harmonies of #EEDE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDE67

Black with #EEDE67

Text Example


Text Example

White with #EEDE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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