Html Css Color HEX #EEB07A Tacao

📋 copy color: '#EEB07A'

red 238 ◦ green 176 ◦ blue 122

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

Shades of Tacao #EEB07A

Tints of Tacao #EEB07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.76%

R = 44.4%
G = 32.84%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EEB07A (or 0xEEB07A) is known color: Tacao. HEX triplet: EE, B0 and 7A. RGB value is (238,176,122). Sum of RGB (Red+Green+Blue) = 238+176+122=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 176 (69.14% from 255 or 32.84% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB07A is #114F85. Grayscale: #BCBCBC. Windows color (decimal): -1134470 or 8040686. OLE color: 8040686.

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

Color convert

RGB 238 176 122 -
CMYK 0 0.26 0.49 0.07
HSL 27.93º 0.77% 0.71% -
HSV(B) 27.93º 0.49% 0.93% -
XYZ 54.3 50.63 25.32 -
YUV 188.38 90.54 163.39 -
System Red Green Blue C M Y K H S L
Decimal 238 176 122 0 0.26 0.49 0.07 27.93 0.77 0.71
Hex EE B0 7A 0 1A 31 7 1C 4D 47
Octal 356 260 172 0 32 61 7 34 115 107
Binary 11101110 10110000 1111010 0 11010 110001 111 11100 1001101 1000111

Color Harmonies of #EEB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB07A

Black with #EEB07A

Text Example


Text Example

White with #EEB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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