Html Css Color HEX #EFA857 Casablanca

📋 copy color: '#EFA857'

red 239 ◦ green 168 ◦ blue 87

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

Shades of Casablanca #EFA857

Tints of Casablanca #EFA857

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

 BLUE value IS 87 (34.38% from 255) = 17.61%

R = 48.38%
G = 34.01%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFA857 (or 0xEFA857) is known color: Casablanca. HEX triplet: EF, A8 and 57. RGB value is (239,168,87). Sum of RGB (Red+Green+Blue) = 239+168+87=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA857 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA857 is #1057A8. Grayscale: #B4B4B4. Windows color (decimal): -1071017 or 5744879. OLE color: 5744879.

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

Color convert

RGB 239 168 87 -
CMYK 0 0.30 0.64 0.06
HSL 31.97º 0.83% 0.64% -
HSV(B) 31.97º 0.64% 0.94% -
XYZ 51.32 47.04 15.39 -
YUV 180 75.52 170.09 -
System Red Green Blue C M Y K H S L
Decimal 239 168 87 0 0.30 0.64 0.06 31.97 0.83 0.64
Hex EF A8 57 0 1E 40 6 20 53 40
Octal 357 250 127 0 36 100 6 40 123 100
Binary 11101111 10101000 1010111 0 11110 1000000 110 100000 1010011 1000000

Color Harmonies of #EFA857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA857

Black with #EFA857

Text Example


Text Example

White with #EFA857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA857; }

 p { color: rgb(239,168,87); }

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

background-color css

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

 a { background-color: rgb(239,168,87); }

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

border-color css

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

 span { border-color: rgb(239,168,87); }

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