Html Css Color HEX #EEDD67 Golden Sand

📋 copy color: '#EEDD67'

red 238 ◦ green 221 ◦ blue 103

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

Shades of Golden Sand #EEDD67

Tints of Golden Sand #EEDD67

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.32%

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

R = 42.35%
G = 39.32%
B = 18.33%

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

#EEDD67 (or 0xEEDD67) is known color: Golden Sand. HEX triplet: EE, DD and 67. RGB value is (238,221,103). Sum of RGB (Red+Green+Blue) = 238+221+103=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 221 (86.72% from 255 or 39.32% from 562); Blue value is 103 (40.62% from 255 or 18.33% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDD67 is #112298. Grayscale: #D5D5D5. Windows color (decimal): -1122969 or 6807022. OLE color: 6807022.

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

Color convert

RGB 238 221 103 -
CMYK 0 0.07 0.57 0.07
HSL 52.44º 0.8% 0.67% -
HSV(B) 52.44º 0.57% 0.93% -
XYZ 63.56 70.87 23.16 -
YUV 212.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 238 221 103 0 0.07 0.57 0.07 52.44 0.8 0.67
Hex EE DD 67 0 7 39 7 34 50 43
Octal 356 335 147 0 7 71 7 64 120 103
Binary 11101110 11011101 1100111 0 111 111001 111 110100 1010000 1000011

Color Harmonies of #EEDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD67

Black with #EEDD67

Text Example


Text Example

White with #EEDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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