Html Css Color HEX #EFB148 Casablanca

📋 copy color: '#EFB148'

red 239 ◦ green 177 ◦ blue 72

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

Shades of Casablanca #EFB148

Tints of Casablanca #EFB148

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.27%

 BLUE value IS 72 (28.52% from 255) = 14.75%

R = 48.98%
G = 36.27%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFB148 (or 0xEFB148) is known color: Casablanca. HEX triplet: EF, B1 and 48. RGB value is (239,177,72). Sum of RGB (Red+Green+Blue) = 239+177+72=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB148 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFB148 is #104EB7. Grayscale: #B8B8B8. Windows color (decimal): -1068728 or 4764143. OLE color: 4764143.

HSL color Cylindrical-coordinate representation of color #EFB148: hue angle of 37.72º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFB148 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 72 -
CMYK 0 0.26 0.70 0.06
HSL 37.72º 0.84% 0.61% -
HSV(B) 37.72º 0.7% 0.94% -
XYZ 52.49 50.26 13.07 -
YUV 183.57 65.04 167.54 -
System Red Green Blue C M Y K H S L
Decimal 239 177 72 0 0.26 0.70 0.06 37.72 0.84 0.61
Hex EF B1 48 0 1A 46 6 26 54 3D
Octal 357 261 110 0 32 106 6 46 124 75
Binary 11101111 10110001 1001000 0 11010 1000110 110 100110 1010100 111101

Color Harmonies of #EFB148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB148

Black with #EFB148

Text Example


Text Example

White with #EFB148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB148; }

 p { color: rgb(239,177,72); }

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

background-color css

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

 a { background-color: rgb(239,177,72); }

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

border-color css

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

 span { border-color: rgb(239,177,72); }

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