Html Css Color HEX #EF894C Flamenco

📋 copy color: '#EF894C'

red 239 ◦ green 137 ◦ blue 76

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

Shades of Flamenco #EF894C

Tints of Flamenco #EF894C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.31%

 BLUE value IS 76 (30.08% from 255) = 16.81%

R = 52.88%
G = 30.31%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF894C (or 0xEF894C) is known color: Flamenco. HEX triplet: EF, 89 and 4C. RGB value is (239,137,76). Sum of RGB (Red+Green+Blue) = 239+137+76=452 (59% of max value = 765). Red value is 239 (93.75% from 255 or 52.88% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 76 (30.08% from 255 or 16.81% from 452); Max value from RGB is 239 - color contains mainly: red. Hex color #EF894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF894C is #1076B3. Grayscale: #A0A0A0. Windows color (decimal): -1078964 or 5016047. OLE color: 5016047.

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

Color convert

RGB 239 137 76 -
CMYK 0 0.43 0.68 0.06
HSL 22.45º 0.84% 0.62% -
HSV(B) 22.45º 0.68% 0.94% -
XYZ 45.85 36.76 11.52 -
YUV 160.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 239 137 76 0 0.43 0.68 0.06 22.45 0.84 0.62
Hex EF 89 4C 0 2B 44 6 16 54 3E
Octal 357 211 114 0 53 104 6 26 124 76
Binary 11101111 10001001 1001100 0 101011 1000100 110 10110 1010100 111110

Color Harmonies of #EF894C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF894C

Black with #EF894C

Text Example


Text Example

White with #EF894C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF894C; }

 p { color: rgb(239,137,76); }

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

background-color css

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

 a { background-color: rgb(239,137,76); }

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

border-color css

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

 span { border-color: rgb(239,137,76); }

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