Html Css Color HEX #EFAB56 Casablanca

📋 copy color: '#EFAB56'

red 239 ◦ green 171 ◦ blue 86

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

Shades of Casablanca #EFAB56

Tints of Casablanca #EFAB56

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.48%

 BLUE value IS 86 (33.98% from 255) = 17.34%

R = 48.19%
G = 34.48%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFAB56 (or 0xEFAB56) is known color: Casablanca. HEX triplet: EF, AB and 56. RGB value is (239,171,86). Sum of RGB (Red+Green+Blue) = 239+171+86=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 171 (67.19% from 255 or 34.48% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB56 is #1054A9. Grayscale: #B6B6B6. Windows color (decimal): -1070250 or 5680111. OLE color: 5680111.

HSL color Cylindrical-coordinate representation of color #EFAB56: hue angle of 33.33º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EFAB56 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 171 86 -
CMYK 0 0.28 0.64 0.06
HSL 33.33º 0.83% 0.64% -
HSV(B) 33.33º 0.64% 0.94% -
XYZ 51.84 48.15 15.37 -
YUV 181.64 74.03 168.91 -
System Red Green Blue C M Y K H S L
Decimal 239 171 86 0 0.28 0.64 0.06 33.33 0.83 0.64
Hex EF AB 56 0 1C 40 6 21 53 40
Octal 357 253 126 0 34 100 6 41 123 100
Binary 11101111 10101011 1010110 0 11100 1000000 110 100001 1010011 1000000

Color Harmonies of #EFAB56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB56

Black with #EFAB56

Text Example


Text Example

White with #EFAB56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB56; }

 p { color: rgb(239,171,86); }

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

background-color css

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

 a { background-color: rgb(239,171,86); }

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

border-color css

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

 span { border-color: rgb(239,171,86); }

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