Html Css Color HEX #EECB6F Golden Sand

📋 copy color: '#EECB6F'

red 238 ◦ green 203 ◦ blue 111

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

Shades of Golden Sand #EECB6F

Tints of Golden Sand #EECB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.78%

 BLUE value IS 111 (43.75% from 255) = 20.11%

R = 43.12%
G = 36.78%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EECB6F (or 0xEECB6F) is known color: Golden Sand. HEX triplet: EE, CB and 6F. RGB value is (238,203,111). Sum of RGB (Red+Green+Blue) = 238+203+111=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECB6F is #113490. Grayscale: #CBCBCB. Windows color (decimal): -1127569 or 7326702. OLE color: 7326702.

HSL color Cylindrical-coordinate representation of color #EECB6F: hue angle of 43.46º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EECB6F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 203 111 -
CMYK 0 0.15 0.53 0.07
HSL 43.46º 0.79% 0.68% -
HSV(B) 43.46º 0.53% 0.93% -
XYZ 59.49 62.04 23.88 -
YUV 202.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 238 203 111 0 0.15 0.53 0.07 43.46 0.79 0.68
Hex EE CB 6F 0 F 35 7 2B 4F 44
Octal 356 313 157 0 17 65 7 53 117 104
Binary 11101110 11001011 1101111 0 1111 110101 111 101011 1001111 1000100

Color Harmonies of #EECB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EECB6F

Black with #EECB6F

Text Example


Text Example

White with #EECB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EECB6F; }

 p { color: rgb(238,203,111); }

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

background-color css

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

 a { background-color: rgb(238,203,111); }

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

border-color css

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

 span { border-color: rgb(238,203,111); }

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