Html Css Color HEX #EFA54D Casablanca

📋 copy color: '#EFA54D'

red 239 ◦ green 165 ◦ blue 77

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

Shades of Casablanca #EFA54D

Tints of Casablanca #EFA54D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.01%

R = 49.69%
G = 34.3%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EFA54D (or 0xEFA54D) is known color: Casablanca. HEX triplet: EF, A5 and 4D. RGB value is (239,165,77). Sum of RGB (Red+Green+Blue) = 239+165+77=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA54D is #105AB2. Grayscale: #B1B1B1. Windows color (decimal): -1071795 or 5088751. OLE color: 5088751.

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

Color convert

RGB 239 165 77 -
CMYK 0 0.31 0.68 0.06
HSL 32.59º 0.84% 0.62% -
HSV(B) 32.59º 0.68% 0.94% -
XYZ 50.39 45.8 13.2 -
YUV 177.09 71.52 172.16 -
System Red Green Blue C M Y K H S L
Decimal 239 165 77 0 0.31 0.68 0.06 32.59 0.84 0.62
Hex EF A5 4D 0 1F 44 6 21 54 3E
Octal 357 245 115 0 37 104 6 41 124 76
Binary 11101111 10100101 1001101 0 11111 1000100 110 100001 1010100 111110

Color Harmonies of #EFA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA54D

Black with #EFA54D

Text Example


Text Example

White with #EFA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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