Html Css Color HEX #EFA64D Casablanca

📋 copy color: '#EFA64D'

red 239 ◦ green 166 ◦ blue 77

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

Shades of Casablanca #EFA64D

Tints of Casablanca #EFA64D

RGB

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

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

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

R = 49.59%
G = 34.44%
B = 15.98%

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

#EFA64D (or 0xEFA64D) is known color: Casablanca. HEX triplet: EF, A6 and 4D. RGB value is (239,166,77). Sum of RGB (Red+Green+Blue) = 239+166+77=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA64D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA64D is #1059B2. Grayscale: #B2B2B2. Windows color (decimal): -1071539 or 5089007. OLE color: 5089007.

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

Color convert

RGB 239 166 77 -
CMYK 0 0.31 0.68 0.06
HSL 32.96º 0.84% 0.62% -
HSV(B) 32.96º 0.68% 0.94% -
XYZ 50.57 46.16 13.27 -
YUV 177.68 71.18 171.74 -
System Red Green Blue C M Y K H S L
Decimal 239 166 77 0 0.31 0.68 0.06 32.96 0.84 0.62
Hex EF A6 4D 0 1F 44 6 21 54 3E
Octal 357 246 115 0 37 104 6 41 124 76
Binary 11101111 10100110 1001101 0 11111 1000100 110 100001 1010100 111110

Color Harmonies of #EFA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA64D

Black with #EFA64D

Text Example


Text Example

White with #EFA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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