Html Css Color HEX #EFB272 Tacao

📋 copy color: '#EFB272'

red 239 ◦ green 178 ◦ blue 114

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

Shades of Tacao #EFB272

Tints of Tacao #EFB272

RGB

 RED value IS 239 (93.75% from 255) = 45.01%

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

 BLUE value IS 114 (44.92% from 255) = 21.47%

R = 45.01%
G = 33.52%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFB272 (or 0xEFB272) is known color: Tacao. HEX triplet: EF, B2 and 72. RGB value is (239,178,114). Sum of RGB (Red+Green+Blue) = 239+178+114=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 178 (69.92% from 255 or 33.52% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB272 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB272 is #104D8D. Grayscale: #BDBDBD. Windows color (decimal): -1068430 or 7516911. OLE color: 7516911.

HSL color Cylindrical-coordinate representation of color #EFB272: hue angle of 30.72º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFB272 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 178 114 -
CMYK 0 0.26 0.52 0.06
HSL 30.72º 0.8% 0.69% -
HSV(B) 30.72º 0.52% 0.94% -
XYZ 54.55 51.41 22.97 -
YUV 188.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 239 178 114 0 0.26 0.52 0.06 30.72 0.8 0.69
Hex EF B2 72 0 1A 34 6 1F 50 45
Octal 357 262 162 0 32 64 6 37 120 105
Binary 11101111 10110010 1110010 0 11010 110100 110 11111 1010000 1000101

Color Harmonies of #EFB272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB272

Black with #EFB272

Text Example


Text Example

White with #EFB272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB272; }

 p { color: rgb(239,178,114); }

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

background-color css

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

 a { background-color: rgb(239,178,114); }

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

border-color css

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

 span { border-color: rgb(239,178,114); }

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