Html Css Color HEX #EFAC57 Casablanca

📋 copy color: '#EFAC57'

red 239 ◦ green 172 ◦ blue 87

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

Shades of Casablanca #EFAC57

Tints of Casablanca #EFAC57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.47%

R = 47.99%
G = 34.54%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFAC57 (or 0xEFAC57) is known color: Casablanca. HEX triplet: EF, AC and 57. RGB value is (239,172,87). Sum of RGB (Red+Green+Blue) = 239+172+87=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 87 (34.38% from 255 or 17.47% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC57 is #1053A8. Grayscale: #B6B6B6. Windows color (decimal): -1069993 or 5745903. OLE color: 5745903.

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

Color convert

RGB 239 172 87 -
CMYK 0 0.28 0.64 0.06
HSL 33.55º 0.83% 0.64% -
HSV(B) 33.55º 0.64% 0.94% -
XYZ 52.07 48.54 15.64 -
YUV 182.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 239 172 87 0 0.28 0.64 0.06 33.55 0.83 0.64
Hex EF AC 57 0 1C 40 6 22 53 40
Octal 357 254 127 0 34 100 6 42 123 100
Binary 11101111 10101100 1010111 0 11100 1000000 110 100010 1010011 1000000

Color Harmonies of #EFAC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC57

Black with #EFAC57

Text Example


Text Example

White with #EFAC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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