Html Css Color HEX #EEB275 Tacao

📋 copy color: '#EEB275'

red 238 ◦ green 178 ◦ blue 117

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

Shades of Tacao #EEB275

Tints of Tacao #EEB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.4%

 BLUE value IS 117 (46.09% from 255) = 21.95%

R = 44.65%
G = 33.4%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EEB275 (or 0xEEB275) is known color: Tacao. HEX triplet: EE, B2 and 75. RGB value is (238,178,117). Sum of RGB (Red+Green+Blue) = 238+178+117=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB275 is #114D8A. Grayscale: #BDBDBD. Windows color (decimal): -1133963 or 7713518. OLE color: 7713518.

HSL color Cylindrical-coordinate representation of color #EEB275: hue angle of 30.25º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EEB275 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 178 117 -
CMYK 0 0.25 0.51 0.07
HSL 30.25º 0.78% 0.7% -
HSV(B) 30.25º 0.51% 0.93% -
XYZ 54.39 51.3 23.87 -
YUV 188.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 238 178 117 0 0.25 0.51 0.07 30.25 0.78 0.7
Hex EE B2 75 0 19 33 7 1E 4E 46
Octal 356 262 165 0 31 63 7 36 116 106
Binary 11101110 10110010 1110101 0 11001 110011 111 11110 1001110 1000110

Color Harmonies of #EEB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB275

Black with #EEB275

Text Example


Text Example

White with #EEB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB275; }

 p { color: rgb(238,178,117); }

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

background-color css

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

 a { background-color: rgb(238,178,117); }

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

border-color css

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

 span { border-color: rgb(238,178,117); }

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