Html Css Color HEX #EFA451 Casablanca

📋 copy color: '#EFA451'

red 239 ◦ green 164 ◦ blue 81

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

Shades of Casablanca #EFA451

Tints of Casablanca #EFA451

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.88%

 BLUE value IS 81 (32.03% from 255) = 16.74%

R = 49.38%
G = 33.88%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFA451 (or 0xEFA451) is known color: Casablanca. HEX triplet: EF, A4 and 51. RGB value is (239,164,81). Sum of RGB (Red+Green+Blue) = 239+164+81=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 164 (64.45% from 255 or 33.88% from 484); Blue value is 81 (32.03% from 255 or 16.74% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA451 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA451 is #105BAE. Grayscale: #B1B1B1. Windows color (decimal): -1072047 or 5350639. OLE color: 5350639.

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

Color convert

RGB 239 164 81 -
CMYK 0 0.31 0.66 0.06
HSL 31.52º 0.83% 0.63% -
HSV(B) 31.52º 0.66% 0.94% -
XYZ 50.36 45.5 13.91 -
YUV 176.96 73.85 172.25 -
System Red Green Blue C M Y K H S L
Decimal 239 164 81 0 0.31 0.66 0.06 31.52 0.83 0.63
Hex EF A4 51 0 1F 42 6 20 53 3F
Octal 357 244 121 0 37 102 6 40 123 77
Binary 11101111 10100100 1010001 0 11111 1000010 110 100000 1010011 111111

Color Harmonies of #EFA451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA451

Black with #EFA451

Text Example


Text Example

White with #EFA451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA451; }

 p { color: rgb(239,164,81); }

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

background-color css

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

 a { background-color: rgb(239,164,81); }

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

border-color css

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

 span { border-color: rgb(239,164,81); }

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