Html Css Color HEX #EFAC53 Casablanca

📋 copy color: '#EFAC53'

red 239 ◦ green 172 ◦ blue 83

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

Shades of Casablanca #EFAC53

Tints of Casablanca #EFAC53

RGB

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

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

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

R = 48.38%
G = 34.82%
B = 16.8%

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

#EFAC53 (or 0xEFAC53) is known color: Casablanca. HEX triplet: EF, AC and 53. RGB value is (239,172,83). Sum of RGB (Red+Green+Blue) = 239+172+83=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 172 (67.58% from 255 or 34.82% from 494); Blue value is 83 (32.81% from 255 or 16.80% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC53 is #1053AC. Grayscale: #B6B6B6. Windows color (decimal): -1069997 or 5483759. OLE color: 5483759.

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

Color convert

RGB 239 172 83 -
CMYK 0 0.28 0.65 0.06
HSL 34.23º 0.83% 0.63% -
HSV(B) 34.23º 0.65% 0.94% -
XYZ 51.91 48.48 14.81 -
YUV 181.89 72.2 168.74 -
System Red Green Blue C M Y K H S L
Decimal 239 172 83 0 0.28 0.65 0.06 34.23 0.83 0.63
Hex EF AC 53 0 1C 41 6 22 53 3F
Octal 357 254 123 0 34 101 6 42 123 77
Binary 11101111 10101100 1010011 0 11100 1000001 110 100010 1010011 111111

Color Harmonies of #EFAC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC53

Black with #EFAC53

Text Example


Text Example

White with #EFAC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC53; }

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

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

background-color css

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

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

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

border-color css

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

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

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