Html Css Color HEX #EFB348 Casablanca

📋 copy color: '#EFB348'

red 239 ◦ green 179 ◦ blue 72

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

Shades of Casablanca #EFB348

Tints of Casablanca #EFB348

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.53%

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

R = 48.78%
G = 36.53%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFB348 (or 0xEFB348) is known color: Casablanca. HEX triplet: EF, B3 and 48. RGB value is (239,179,72). Sum of RGB (Red+Green+Blue) = 239+179+72=490 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.78% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 72 (28.52% from 255 or 14.69% from 490); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB348 is #104CB7. Grayscale: #B9B9B9. Windows color (decimal): -1068216 or 4764655. OLE color: 4764655.

HSL color Cylindrical-coordinate representation of color #EFB348: hue angle of 38.44º 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 #EFB348 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 179 72 -
CMYK 0 0.25 0.70 0.06
HSL 38.44º 0.84% 0.61% -
HSV(B) 38.44º 0.7% 0.94% -
XYZ 52.89 51.06 13.2 -
YUV 184.74 64.38 166.7 -
System Red Green Blue C M Y K H S L
Decimal 239 179 72 0 0.25 0.70 0.06 38.44 0.84 0.61
Hex EF B3 48 0 19 46 6 26 54 3D
Octal 357 263 110 0 31 106 6 46 124 75
Binary 11101111 10110011 1001000 0 11001 1000110 110 100110 1010100 111101

Color Harmonies of #EFB348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB348

Black with #EFB348

Text Example


Text Example

White with #EFB348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB348; }

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

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

background-color css

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

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

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

border-color css

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

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

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