Html Css Color HEX #EA7F46 Flamenco

📋 copy color: '#EA7F46'

red 234 ◦ green 127 ◦ blue 70

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

Shades of Flamenco #EA7F46

Tints of Flamenco #EA7F46

RGB

 RED value IS 234 (91.8% from 255) = 54.29%

 GREEN value IS 127 (50% from 255) = 29.47%

 BLUE value IS 70 (27.73% from 255) = 16.24%

R = 54.29%
G = 29.47%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#EA7F46 (or 0xEA7F46) is known color: Flamenco. HEX triplet: EA, 7F and 46. RGB value is (234,127,70). Sum of RGB (Red+Green+Blue) = 234+127+70=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7F46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7F46 is #1580B9. Grayscale: #989898. Windows color (decimal): -1409210 or 4620266. OLE color: 4620266.

HSL color Cylindrical-coordinate representation of color #EA7F46: hue angle of 20.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA7F46 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 127 70 -
CMYK 0 0.46 0.70 0.08
HSL 20.85º 0.8% 0.6% -
HSV(B) 20.85º 0.7% 0.92% -
XYZ 42.63 33.11 9.94 -
YUV 152.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 234 127 70 0 0.46 0.70 0.08 20.85 0.8 0.6
Hex EA 7F 46 0 2E 46 8 15 50 3C
Octal 352 177 106 0 56 106 10 25 120 74
Binary 11101010 1111111 1000110 0 101110 1000110 1000 10101 1010000 111100

Color Harmonies of #EA7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7F46

Black with #EA7F46

Text Example


Text Example

White with #EA7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7F46; }

 p { color: rgb(234,127,70); }

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

background-color css

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

 a { background-color: rgb(234,127,70); }

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

border-color css

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

 span { border-color: rgb(234,127,70); }

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