Html Css Color HEX #EFA956 Casablanca

📋 copy color: '#EFA956'

red 239 ◦ green 169 ◦ blue 86

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

Shades of Casablanca #EFA956

Tints of Casablanca #EFA956

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.21%

 BLUE value IS 86 (33.98% from 255) = 17.41%

R = 48.38%
G = 34.21%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EFA956 (or 0xEFA956) is known color: Casablanca. HEX triplet: EF, A9 and 56. RGB value is (239,169,86). Sum of RGB (Red+Green+Blue) = 239+169+86=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA956 is #1056A9. Grayscale: #B4B4B4. Windows color (decimal): -1070762 or 5679599. OLE color: 5679599.

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

Color convert

RGB 239 169 86 -
CMYK 0 0.29 0.64 0.06
HSL 32.55º 0.83% 0.64% -
HSV(B) 32.55º 0.64% 0.94% -
XYZ 51.46 47.4 15.24 -
YUV 180.47 74.69 169.75 -
System Red Green Blue C M Y K H S L
Decimal 239 169 86 0 0.29 0.64 0.06 32.55 0.83 0.64
Hex EF A9 56 0 1D 40 6 21 53 40
Octal 357 251 126 0 35 100 6 41 123 100
Binary 11101111 10101001 1010110 0 11101 1000000 110 100001 1010011 1000000

Color Harmonies of #EFA956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA956

Black with #EFA956

Text Example


Text Example

White with #EFA956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA956; }

 p { color: rgb(239,169,86); }

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

background-color css

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

 a { background-color: rgb(239,169,86); }

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

border-color css

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

 span { border-color: rgb(239,169,86); }

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