Html Css Color HEX #EFB07F Tacao

📋 copy color: '#EFB07F'

red 239 ◦ green 176 ◦ blue 127

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

Shades of Tacao #EFB07F

Tints of Tacao #EFB07F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.47%

 BLUE value IS 127 (50% from 255) = 23.43%

R = 44.1%
G = 32.47%
B = 23.43%

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

#EFB07F (or 0xEFB07F) is known color: Tacao. HEX triplet: EF, B0 and 7F. RGB value is (239,176,127). Sum of RGB (Red+Green+Blue) = 239+176+127=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB07F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB07F is #104F80. Grayscale: #BDBDBD. Windows color (decimal): -1068929 or 8368367. OLE color: 8368367.

HSL color Cylindrical-coordinate representation of color #EFB07F: hue angle of 26.25º 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 #EFB07F is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 127 -
CMYK 0 0.26 0.47 0.06
HSL 26.25º 0.78% 0.72% -
HSV(B) 26.25º 0.47% 0.94% -
XYZ 54.95 50.93 27.01 -
YUV 189.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 239 176 127 0 0.26 0.47 0.06 26.25 0.78 0.72
Hex EF B0 7F 0 1A 2F 6 1A 4E 48
Octal 357 260 177 0 32 57 6 32 116 110
Binary 11101111 10110000 1111111 0 11010 101111 110 11010 1001110 1001000

Color Harmonies of #EFB07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB07F

Black with #EFB07F

Text Example


Text Example

White with #EFB07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB07F; }

 p { color: rgb(239,176,127); }

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

background-color css

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

 a { background-color: rgb(239,176,127); }

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

border-color css

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

 span { border-color: rgb(239,176,127); }

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