Html Css Color HEX #EFAC47 Casablanca

📋 copy color: '#EFAC47'

red 239 ◦ green 172 ◦ blue 71

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

Shades of Casablanca #EFAC47

Tints of Casablanca #EFAC47

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

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

R = 49.59%
G = 35.68%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#EFAC47 (or 0xEFAC47) is known color: Casablanca. HEX triplet: EF, AC and 47. RGB value is (239,172,71). Sum of RGB (Red+Green+Blue) = 239+172+71=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC47 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC47 is #1053B8. Grayscale: #B4B4B4. Windows color (decimal): -1070009 or 4697327. OLE color: 4697327.

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

Color convert

RGB 239 172 71 -
CMYK 0 0.28 0.70 0.06
HSL 36.07º 0.84% 0.61% -
HSV(B) 36.07º 0.7% 0.94% -
XYZ 51.49 48.31 12.57 -
YUV 180.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 239 172 71 0 0.28 0.70 0.06 36.07 0.84 0.61
Hex EF AC 47 0 1C 46 6 24 54 3D
Octal 357 254 107 0 34 106 6 44 124 75
Binary 11101111 10101100 1000111 0 11100 1000110 110 100100 1010100 111101

Color Harmonies of #EFAC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC47

Black with #EFAC47

Text Example


Text Example

White with #EFAC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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