Html Css Color HEX #EFAB53 Casablanca

📋 copy color: '#EFAB53'

red 239 ◦ green 171 ◦ blue 83

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

Shades of Casablanca #EFAB53

Tints of Casablanca #EFAB53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.84%

R = 48.48%
G = 34.69%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFAB53 (or 0xEFAB53) is known color: Casablanca. HEX triplet: EF, AB and 53. RGB value is (239,171,83). Sum of RGB (Red+Green+Blue) = 239+171+83=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 83 (32.81% from 255 or 16.84% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAB53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAB53 is #1054AC. Grayscale: #B5B5B5. Windows color (decimal): -1070253 or 5483503. OLE color: 5483503.

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

Color convert

RGB 239 171 83 -
CMYK 0 0.28 0.65 0.06
HSL 33.85º 0.83% 0.63% -
HSV(B) 33.85º 0.65% 0.94% -
XYZ 51.72 48.1 14.74 -
YUV 181.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 239 171 83 0 0.28 0.65 0.06 33.85 0.83 0.63
Hex EF AB 53 0 1C 41 6 22 53 3F
Octal 357 253 123 0 34 101 6 42 123 77
Binary 11101111 10101011 1010011 0 11100 1000001 110 100010 1010011 111111

Color Harmonies of #EFAB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAB53

Black with #EFAB53

Text Example


Text Example

White with #EFAB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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