Html Css Color HEX #EFA54F Casablanca

📋 copy color: '#EFA54F'

red 239 ◦ green 165 ◦ blue 79

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

Shades of Casablanca #EFA54F

Tints of Casablanca #EFA54F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.36%

R = 49.48%
G = 34.16%
B = 16.36%

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

#EFA54F (or 0xEFA54F) is known color: Casablanca. HEX triplet: EF, A5 and 4F. RGB value is (239,165,79). Sum of RGB (Red+Green+Blue) = 239+165+79=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA54F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA54F is #105AB0. Grayscale: #B1B1B1. Windows color (decimal): -1071793 or 5219823. OLE color: 5219823.

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

Color convert

RGB 239 165 79 -
CMYK 0 0.31 0.67 0.06
HSL 32.25º 0.83% 0.62% -
HSV(B) 32.25º 0.67% 0.94% -
XYZ 50.46 45.83 13.58 -
YUV 177.32 72.52 171.99 -
System Red Green Blue C M Y K H S L
Decimal 239 165 79 0 0.31 0.67 0.06 32.25 0.83 0.62
Hex EF A5 4F 0 1F 43 6 20 53 3E
Octal 357 245 117 0 37 103 6 40 123 76
Binary 11101111 10100101 1001111 0 11111 1000011 110 100000 1010011 111110

Color Harmonies of #EFA54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA54F

Black with #EFA54F

Text Example


Text Example

White with #EFA54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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