Html Css Color HEX #EFAC5C Casablanca

📋 copy color: '#EFAC5C'

red 239 ◦ green 172 ◦ blue 92

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

Shades of Casablanca #EFAC5C

Tints of Casablanca #EFAC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.29%

R = 47.51%
G = 34.19%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFAC5C (or 0xEFAC5C) is known color: Casablanca. HEX triplet: EF, AC and 5C. RGB value is (239,172,92). Sum of RGB (Red+Green+Blue) = 239+172+92=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC5C is #1053A3. Grayscale: #B7B7B7. Windows color (decimal): -1069988 or 6073583. OLE color: 6073583.

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

Color convert

RGB 239 172 92 -
CMYK 0 0.28 0.62 0.06
HSL 32.65º 0.82% 0.65% -
HSV(B) 32.65º 0.62% 0.94% -
XYZ 52.28 48.63 16.76 -
YUV 182.91 76.7 168 -
System Red Green Blue C M Y K H S L
Decimal 239 172 92 0 0.28 0.62 0.06 32.65 0.82 0.65
Hex EF AC 5C 0 1C 3E 6 21 52 41
Octal 357 254 134 0 34 76 6 41 122 101
Binary 11101111 10101100 1011100 0 11100 111110 110 100001 1010010 1000001

Color Harmonies of #EFAC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC5C

Black with #EFAC5C

Text Example


Text Example

White with #EFAC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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