Html Css Color HEX #EFAC49 Casablanca

📋 copy color: '#EFAC49'

red 239 ◦ green 172 ◦ blue 73

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

Shades of Casablanca #EFAC49

Tints of Casablanca #EFAC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.08%

R = 49.38%
G = 35.54%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFAC49 (or 0xEFAC49) is known color: Casablanca. HEX triplet: EF, AC and 49. RGB value is (239,172,73). Sum of RGB (Red+Green+Blue) = 239+172+73=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 73 (28.91% from 255 or 15.08% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC49 is #1053B6. Grayscale: #B5B5B5. Windows color (decimal): -1070007 or 4828399. OLE color: 4828399.

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

Color convert

RGB 239 172 73 -
CMYK 0 0.28 0.69 0.06
HSL 35.78º 0.84% 0.61% -
HSV(B) 35.78º 0.69% 0.94% -
XYZ 51.55 48.34 12.92 -
YUV 180.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 239 172 73 0 0.28 0.69 0.06 35.78 0.84 0.61
Hex EF AC 49 0 1C 45 6 24 54 3D
Octal 357 254 111 0 34 105 6 44 124 75
Binary 11101111 10101100 1001001 0 11100 1000101 110 100100 1010100 111101

Color Harmonies of #EFAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC49

Black with #EFAC49

Text Example


Text Example

White with #EFAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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