Html Css Color HEX #EFD48A Buff

📋 copy color: '#EFD48A'

red 239 ◦ green 212 ◦ blue 138

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

Shades of Buff #EFD48A

Tints of Buff #EFD48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.99%

 BLUE value IS 138 (54.3% from 255) = 23.43%

R = 40.58%
G = 35.99%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFD48A (or 0xEFD48A) is known color: Buff. HEX triplet: EF, D4 and 8A. RGB value is (239,212,138). Sum of RGB (Red+Green+Blue) = 239+212+138=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD48A is #102B75. Grayscale: #D3D3D3. Windows color (decimal): -1059702 or 9098479. OLE color: 9098479.

HSL color Cylindrical-coordinate representation of color #EFD48A: hue angle of 43.96º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFD48A is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 212 138 -
CMYK 0 0.11 0.42 0.06
HSL 43.96º 0.76% 0.74% -
HSV(B) 43.96º 0.42% 0.94% -
XYZ 63.73 67.27 33.67 -
YUV 211.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 239 212 138 0 0.11 0.42 0.06 43.96 0.76 0.74
Hex EF D4 8A 0 B 2A 6 2C 4C 4A
Octal 357 324 212 0 13 52 6 54 114 112
Binary 11101111 11010100 10001010 0 1011 101010 110 101100 1001100 1001010

Color Harmonies of #EFD48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD48A

Black with #EFD48A

Text Example


Text Example

White with #EFD48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD48A; }

 p { color: rgb(239,212,138); }

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

background-color css

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

 a { background-color: rgb(239,212,138); }

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

border-color css

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

 span { border-color: rgb(239,212,138); }

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