Html Css Color HEX #EED867 Golden Sand

📋 copy color: '#EED867'

red 238 ◦ green 216 ◦ blue 103

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

Shades of Golden Sand #EED867

Tints of Golden Sand #EED867

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.78%

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

R = 42.73%
G = 38.78%
B = 18.49%

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

#EED867 (or 0xEED867) is known color: Golden Sand. HEX triplet: EE, D8 and 67. RGB value is (238,216,103). Sum of RGB (Red+Green+Blue) = 238+216+103=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED867 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED867 is #112798. Grayscale: #D2D2D2. Windows color (decimal): -1124249 or 6805742. OLE color: 6805742.

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

Color convert

RGB 238 216 103 -
CMYK 0 0.09 0.57 0.07
HSL 50.22º 0.8% 0.67% -
HSV(B) 50.22º 0.57% 0.93% -
XYZ 62.26 68.27 22.73 -
YUV 209.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 238 216 103 0 0.09 0.57 0.07 50.22 0.8 0.67
Hex EE D8 67 0 9 39 7 32 50 43
Octal 356 330 147 0 11 71 7 62 120 103
Binary 11101110 11011000 1100111 0 1001 111001 111 110010 1010000 1000011

Color Harmonies of #EED867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED867

Black with #EED867

Text Example


Text Example

White with #EED867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED867; }

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

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

background-color css

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

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

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

border-color css

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

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

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