Html Css Color HEX #EFA64A Casablanca

📋 copy color: '#EFA64A'

red 239 ◦ green 166 ◦ blue 74

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

Shades of Casablanca #EFA64A

Tints of Casablanca #EFA64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.45%

R = 49.9%
G = 34.66%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EFA64A (or 0xEFA64A) is known color: Casablanca. HEX triplet: EF, A6 and 4A. RGB value is (239,166,74). Sum of RGB (Red+Green+Blue) = 239+166+74=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA64A is #1059B5. Grayscale: #B1B1B1. Windows color (decimal): -1071542 or 4892399. OLE color: 4892399.

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

Color convert

RGB 239 166 74 -
CMYK 0 0.31 0.69 0.06
HSL 33.45º 0.84% 0.61% -
HSV(B) 33.45º 0.69% 0.94% -
XYZ 50.47 46.12 12.72 -
YUV 177.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 239 166 74 0 0.31 0.69 0.06 33.45 0.84 0.61
Hex EF A6 4A 0 1F 45 6 21 54 3D
Octal 357 246 112 0 37 105 6 41 124 75
Binary 11101111 10100110 1001010 0 11111 1000101 110 100001 1010100 111101

Color Harmonies of #EFA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA64A

Black with #EFA64A

Text Example


Text Example

White with #EFA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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