Html Css Color HEX #EFDB90 Buff

📋 copy color: '#EFDB90'

red 239 ◦ green 219 ◦ blue 144

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

Shades of Buff #EFDB90

Tints of Buff #EFDB90

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.38%

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

R = 39.7%
G = 36.38%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFDB90 (or 0xEFDB90) is known color: Buff. HEX triplet: EF, DB and 90. RGB value is (239,219,144). Sum of RGB (Red+Green+Blue) = 239+219+144=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 144 (56.64% from 255 or 23.92% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDB90 is #10246F. Grayscale: #D8D8D8. Windows color (decimal): -1057904 or 9493487. OLE color: 9493487.

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

Color convert

RGB 239 219 144 -
CMYK 0 0.08 0.40 0.06
HSL 47.37º 0.75% 0.75% -
HSV(B) 47.37º 0.4% 0.94% -
XYZ 65.96 71.03 36.62 -
YUV 216.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 239 219 144 0 0.08 0.40 0.06 47.37 0.75 0.75
Hex EF DB 90 0 8 28 6 2F 4B 4B
Octal 357 333 220 0 10 50 6 57 113 113
Binary 11101111 11011011 10010000 0 1000 101000 110 101111 1001011 1001011

Color Harmonies of #EFDB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB90

Black with #EFDB90

Text Example


Text Example

White with #EFDB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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