Html Css Color HEX #EFB27E Tacao

📋 copy color: '#EFB27E'

red 239 ◦ green 178 ◦ blue 126

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

Shades of Tacao #EFB27E

Tints of Tacao #EFB27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.2%

R = 44.01%
G = 32.78%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFB27E (or 0xEFB27E) is known color: Tacao. HEX triplet: EF, B2 and 7E. RGB value is (239,178,126). Sum of RGB (Red+Green+Blue) = 239+178+126=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 126 (49.61% from 255 or 23.20% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB27E is #104D81. Grayscale: #BEBEBE. Windows color (decimal): -1068418 or 8303343. OLE color: 8303343.

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

Color convert

RGB 239 178 126 -
CMYK 0 0.26 0.47 0.06
HSL 27.61º 0.78% 0.72% -
HSV(B) 27.61º 0.47% 0.94% -
XYZ 55.28 51.7 26.8 -
YUV 190.31 91.71 162.73 -
System Red Green Blue C M Y K H S L
Decimal 239 178 126 0 0.26 0.47 0.06 27.61 0.78 0.72
Hex EF B2 7E 0 1A 2F 6 1C 4E 48
Octal 357 262 176 0 32 57 6 34 116 110
Binary 11101111 10110010 1111110 0 11010 101111 110 11100 1001110 1001000

Color Harmonies of #EFB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB27E

Black with #EFB27E

Text Example


Text Example

White with #EFB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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