Html Css Color HEX #EFA653 Casablanca

📋 copy color: '#EFA653'

red 239 ◦ green 166 ◦ blue 83

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

Shades of Casablanca #EFA653

Tints of Casablanca #EFA653

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 83 (32.81% from 255) = 17.01%

R = 48.98%
G = 34.02%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFA653 (or 0xEFA653) is known color: Casablanca. HEX triplet: EF, A6 and 53. RGB value is (239,166,83). Sum of RGB (Red+Green+Blue) = 239+166+83=488 (64% of max value = 765). Red value is 239 (93.75% from 255 or 48.98% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA653 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA653 is #1059AC. Grayscale: #B2B2B2. Windows color (decimal): -1071533 or 5482223. OLE color: 5482223.

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

Color convert

RGB 239 166 83 -
CMYK 0 0.31 0.65 0.06
HSL 31.92º 0.83% 0.63% -
HSV(B) 31.92º 0.65% 0.94% -
XYZ 50.79 46.25 14.43 -
YUV 178.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 239 166 83 0 0.31 0.65 0.06 31.92 0.83 0.63
Hex EF A6 53 0 1F 41 6 20 53 3F
Octal 357 246 123 0 37 101 6 40 123 77
Binary 11101111 10100110 1010011 0 11111 1000001 110 100000 1010011 111111

Color Harmonies of #EFA653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA653

Black with #EFA653

Text Example


Text Example

White with #EFA653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA653; }

 p { color: rgb(239,166,83); }

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

background-color css

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

 a { background-color: rgb(239,166,83); }

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

border-color css

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

 span { border-color: rgb(239,166,83); }

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