Html Css Color HEX #EFA54E Casablanca

📋 copy color: '#EFA54E'

red 239 ◦ green 165 ◦ blue 78

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

Shades of Casablanca #EFA54E

Tints of Casablanca #EFA54E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 78 (30.86% from 255) = 16.18%

R = 49.59%
G = 34.23%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFA54E (or 0xEFA54E) is known color: Casablanca. HEX triplet: EF, A5 and 4E. RGB value is (239,165,78). Sum of RGB (Red+Green+Blue) = 239+165+78=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 78 (30.86% from 255 or 16.18% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA54E is #105AB1. Grayscale: #B1B1B1. Windows color (decimal): -1071794 or 5154287. OLE color: 5154287.

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

Color convert

RGB 239 165 78 -
CMYK 0 0.31 0.67 0.06
HSL 32.42º 0.83% 0.62% -
HSV(B) 32.42º 0.67% 0.94% -
XYZ 50.43 45.81 13.39 -
YUV 177.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 239 165 78 0 0.31 0.67 0.06 32.42 0.83 0.62
Hex EF A5 4E 0 1F 43 6 20 53 3E
Octal 357 245 116 0 37 103 6 40 123 76
Binary 11101111 10100101 1001110 0 11111 1000011 110 100000 1010011 111110

Color Harmonies of #EFA54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA54E

Black with #EFA54E

Text Example


Text Example

White with #EFA54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA54E; }

 p { color: rgb(239,165,78); }

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

background-color css

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

 a { background-color: rgb(239,165,78); }

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

border-color css

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

 span { border-color: rgb(239,165,78); }

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