Html Css Color HEX #EFAB51 Casablanca

📋 copy color: '#EFAB51'

red 239 ◦ green 171 ◦ blue 81

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

Shades of Casablanca #EFAB51

Tints of Casablanca #EFAB51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.5%

R = 48.68%
G = 34.83%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFAB51 (or 0xEFAB51) is known color: Casablanca. HEX triplet: EF, AB and 51. RGB value is (239,171,81). Sum of RGB (Red+Green+Blue) = 239+171+81=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 81 (32.03% from 255 or 16.50% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB51 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB51 is #1054AE. Grayscale: #B5B5B5. Windows color (decimal): -1070255 or 5352431. OLE color: 5352431.

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

Color convert

RGB 239 171 81 -
CMYK 0 0.28 0.66 0.06
HSL 34.18º 0.83% 0.63% -
HSV(B) 34.18º 0.66% 0.94% -
XYZ 51.64 48.07 14.34 -
YUV 181.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 239 171 81 0 0.28 0.66 0.06 34.18 0.83 0.63
Hex EF AB 51 0 1C 42 6 22 53 3F
Octal 357 253 121 0 34 102 6 42 123 77
Binary 11101111 10101011 1010001 0 11100 1000010 110 100010 1010011 111111

Color Harmonies of #EFAB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB51

Black with #EFAB51

Text Example


Text Example

White with #EFAB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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