Html Css Color HEX #EFAC5A Casablanca

📋 copy color: '#EFAC5A'

red 239 ◦ green 172 ◦ blue 90

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

Shades of Casablanca #EFAC5A

Tints of Casablanca #EFAC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.96%

R = 47.7%
G = 34.33%
B = 17.96%

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

#EFAC5A (or 0xEFAC5A) is known color: Casablanca. HEX triplet: EF, AC and 5A. RGB value is (239,172,90). Sum of RGB (Red+Green+Blue) = 239+172+90=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFAC5A is #1053A5. Grayscale: #B7B7B7. Windows color (decimal): -1069990 or 5942511. OLE color: 5942511.

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

Color convert

RGB 239 172 90 -
CMYK 0 0.28 0.62 0.06
HSL 33.02º 0.82% 0.65% -
HSV(B) 33.02º 0.62% 0.94% -
XYZ 52.19 48.59 16.3 -
YUV 182.69 75.7 168.17 -
System Red Green Blue C M Y K H S L
Decimal 239 172 90 0 0.28 0.62 0.06 33.02 0.82 0.65
Hex EF AC 5A 0 1C 3E 6 21 52 41
Octal 357 254 132 0 34 76 6 41 122 101
Binary 11101111 10101100 1011010 0 11100 111110 110 100001 1010010 1000001

Color Harmonies of #EFAC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC5A

Black with #EFAC5A

Text Example


Text Example

White with #EFAC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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