Html Css Color HEX #EF813E Flamenco

📋 copy color: '#EF813E'

red 239 ◦ green 129 ◦ blue 62

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

Shades of Flamenco #EF813E

Tints of Flamenco #EF813E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.42%

R = 55.58%
G = 30%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF813E (or 0xEF813E) is known color: Flamenco. HEX triplet: EF, 81 and 3E. RGB value is (239,129,62). Sum of RGB (Red+Green+Blue) = 239+129+62=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF813E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF813E is #107EC1. Grayscale: #9A9A9A. Windows color (decimal): -1081026 or 4096495. OLE color: 4096495.

HSL color Cylindrical-coordinate representation of color #EF813E: hue angle of 22.71º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF813E is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 62 -
CMYK 0 0.46 0.74 0.06
HSL 22.71º 0.85% 0.59% -
HSV(B) 22.71º 0.74% 0.94% -
XYZ 44.32 34.4 8.86 -
YUV 154.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 239 129 62 0 0.46 0.74 0.06 22.71 0.85 0.59
Hex EF 81 3E 0 2E 4A 6 17 55 3B
Octal 357 201 76 0 56 112 6 27 125 73
Binary 11101111 10000001 111110 0 101110 1001010 110 10111 1010101 111011

Color Harmonies of #EF813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF813E

Black with #EF813E

Text Example


Text Example

White with #EF813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF813E; }

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

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

background-color css

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

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

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

border-color css

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

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

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