Html Css Color HEX #EEB07E Tacao

📋 copy color: '#EEB07E'

red 238 ◦ green 176 ◦ blue 126

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

Shades of Tacao #EEB07E

Tints of Tacao #EEB07E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.59%

 BLUE value IS 126 (49.61% from 255) = 23.33%

R = 44.07%
G = 32.59%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEB07E (or 0xEEB07E) is known color: Tacao. HEX triplet: EE, B0 and 7E. RGB value is (238,176,126). Sum of RGB (Red+Green+Blue) = 238+176+126=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB07E is #114F81. Grayscale: #BDBDBD. Windows color (decimal): -1134466 or 8302830. OLE color: 8302830.

HSL color Cylindrical-coordinate representation of color #EEB07E: hue angle of 26.79º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEB07E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 176 126 -
CMYK 0 0.26 0.47 0.07
HSL 26.79º 0.77% 0.71% -
HSV(B) 26.79º 0.47% 0.93% -
XYZ 54.55 50.73 26.66 -
YUV 188.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 238 176 126 0 0.26 0.47 0.07 26.79 0.77 0.71
Hex EE B0 7E 0 1A 2F 7 1B 4D 47
Octal 356 260 176 0 32 57 7 33 115 107
Binary 11101110 10110000 1111110 0 11010 101111 111 11011 1001101 1000111

Color Harmonies of #EEB07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB07E

Black with #EEB07E

Text Example


Text Example

White with #EEB07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB07E; }

 p { color: rgb(238,176,126); }

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

background-color css

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

 a { background-color: rgb(238,176,126); }

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

border-color css

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

 span { border-color: rgb(238,176,126); }

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