Html Css Color HEX #EFB347 Casablanca

📋 copy color: '#EFB347'

red 239 ◦ green 179 ◦ blue 71

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

Shades of Casablanca #EFB347

Tints of Casablanca #EFB347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.52%

R = 48.88%
G = 36.61%
B = 14.52%

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

#EFB347 (or 0xEFB347) is known color: Casablanca. HEX triplet: EF, B3 and 47. RGB value is (239,179,71). Sum of RGB (Red+Green+Blue) = 239+179+71=489 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.88% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB347 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFB347 is #104CB8. Grayscale: #B9B9B9. Windows color (decimal): -1068217 or 4699119. OLE color: 4699119.

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

Color convert

RGB 239 179 71 -
CMYK 0 0.25 0.70 0.06
HSL 38.57º 0.84% 0.61% -
HSV(B) 38.57º 0.7% 0.94% -
XYZ 52.85 51.05 13.03 -
YUV 184.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 239 179 71 0 0.25 0.70 0.06 38.57 0.84 0.61
Hex EF B3 47 0 19 46 6 27 54 3D
Octal 357 263 107 0 31 106 6 47 124 75
Binary 11101111 10110011 1000111 0 11001 1000110 110 100111 1010100 111101

Color Harmonies of #EFB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB347

Black with #EFB347

Text Example


Text Example

White with #EFB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB347; }

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

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

background-color css

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

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

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

border-color css

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

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

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