Html Css Color HEX #EEB274 Tacao

📋 copy color: '#EEB274'

red 238 ◦ green 178 ◦ blue 116

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

Shades of Tacao #EEB274

Tints of Tacao #EEB274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.8%

R = 44.74%
G = 33.46%
B = 21.8%

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

#EEB274 (or 0xEEB274) is known color: Tacao. HEX triplet: EE, B2 and 74. RGB value is (238,178,116). Sum of RGB (Red+Green+Blue) = 238+178+116=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEB274 is #114D8B. Grayscale: #BDBDBD. Windows color (decimal): -1133964 or 7647982. OLE color: 7647982.

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

Color convert

RGB 238 178 116 -
CMYK 0 0.25 0.51 0.07
HSL 30.49º 0.78% 0.69% -
HSV(B) 30.49º 0.51% 0.93% -
XYZ 54.33 51.28 23.56 -
YUV 188.87 86.88 163.04 -
System Red Green Blue C M Y K H S L
Decimal 238 178 116 0 0.25 0.51 0.07 30.49 0.78 0.69
Hex EE B2 74 0 19 33 7 1E 4E 45
Octal 356 262 164 0 31 63 7 36 116 105
Binary 11101110 10110010 1110100 0 11001 110011 111 11110 1001110 1000101

Color Harmonies of #EEB274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEB274

Black with #EEB274

Text Example


Text Example

White with #EEB274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEB274; }

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

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

background-color css

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

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

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

border-color css

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

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

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