Html Css Color HEX #EFBF90 New Tan

📋 copy color: '#EFBF90'

red 239 ◦ green 191 ◦ blue 144

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

Shades of New Tan #EFBF90

Tints of New Tan #EFBF90

RGB

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

 GREEN value IS 191 (75% from 255) = 33.28%

 BLUE value IS 144 (56.64% from 255) = 25.09%

R = 41.64%
G = 33.28%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFBF90 (or 0xEFBF90) is known color: New Tan. HEX triplet: EF, BF and 90. RGB value is (239,191,144). Sum of RGB (Red+Green+Blue) = 239+191+144=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 191 (75% from 255 or 33.28% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBF90 is #10406F. Grayscale: #C8C8C8. Windows color (decimal): -1065072 or 9486319. OLE color: 9486319.

HSL color Cylindrical-coordinate representation of color #EFBF90: hue angle of 29.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFBF90 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 191 144 -
CMYK 0 0.20 0.40 0.06
HSL 29.68º 0.75% 0.75% -
HSV(B) 29.68º 0.4% 0.94% -
XYZ 59.26 57.63 34.39 -
YUV 199.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 239 191 144 0 0.20 0.40 0.06 29.68 0.75 0.75
Hex EF BF 90 0 14 28 6 1E 4B 4B
Octal 357 277 220 0 24 50 6 36 113 113
Binary 11101111 10111111 10010000 0 10100 101000 110 11110 1001011 1001011

Color Harmonies of #EFBF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFBF90

Black with #EFBF90

Text Example


Text Example

White with #EFBF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFBF90; }

 p { color: rgb(239,191,144); }

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

background-color css

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

 a { background-color: rgb(239,191,144); }

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

border-color css

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

 span { border-color: rgb(239,191,144); }

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