Html Css Color HEX #EF814A Flamenco

📋 copy color: '#EF814A'

red 239 ◦ green 129 ◦ blue 74

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

Shades of Flamenco #EF814A

Tints of Flamenco #EF814A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

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

R = 54.07%
G = 29.19%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF814A (or 0xEF814A) is known color: Flamenco. HEX triplet: EF, 81 and 4A. RGB value is (239,129,74). Sum of RGB (Red+Green+Blue) = 239+129+74=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF814A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF814A is #107EB5. Grayscale: #9B9B9B. Windows color (decimal): -1081014 or 4882927. OLE color: 4882927.

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

Color convert

RGB 239 129 74 -
CMYK 0 0.46 0.69 0.06
HSL 20º 0.84% 0.61% -
HSV(B) 20º 0.69% 0.94% -
XYZ 44.68 34.55 10.79 -
YUV 155.62 81.94 187.47 -
System Red Green Blue C M Y K H S L
Decimal 239 129 74 0 0.46 0.69 0.06 20 0.84 0.61
Hex EF 81 4A 0 2E 45 6 14 54 3D
Octal 357 201 112 0 56 105 6 24 124 75
Binary 11101111 10000001 1001010 0 101110 1000101 110 10100 1010100 111101

Color Harmonies of #EF814A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF814A

Black with #EF814A

Text Example


Text Example

White with #EF814A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF814A; }

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

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

background-color css

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

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

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

border-color css

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

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

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