Html Css Color HEX #EFB27A Tacao

📋 copy color: '#EFB27A'

red 239 ◦ green 178 ◦ blue 122

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

Shades of Tacao #EFB27A

Tints of Tacao #EFB27A

RGB

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

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

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

R = 44.34%
G = 33.02%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFB27A (or 0xEFB27A) is known color: Tacao. HEX triplet: EF, B2 and 7A. RGB value is (239,178,122). Sum of RGB (Red+Green+Blue) = 239+178+122=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 178 (69.92% from 255 or 33.02% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB27A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB27A is #104D85. Grayscale: #BEBEBE. Windows color (decimal): -1068422 or 8041199. OLE color: 8041199.

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

Color convert

RGB 239 178 122 -
CMYK 0 0.26 0.49 0.06
HSL 28.72º 0.79% 0.71% -
HSV(B) 28.72º 0.49% 0.94% -
XYZ 55.03 51.6 25.47 -
YUV 189.86 89.71 163.05 -
System Red Green Blue C M Y K H S L
Decimal 239 178 122 0 0.26 0.49 0.06 28.72 0.79 0.71
Hex EF B2 7A 0 1A 31 6 1D 4F 47
Octal 357 262 172 0 32 61 6 35 117 107
Binary 11101111 10110010 1111010 0 11010 110001 110 11101 1001111 1000111

Color Harmonies of #EFB27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB27A

Black with #EFB27A

Text Example


Text Example

White with #EFB27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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