Html Css Color HEX #EF823E Flamenco

📋 copy color: '#EF823E'

red 239 ◦ green 130 ◦ blue 62

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

Shades of Flamenco #EF823E

Tints of Flamenco #EF823E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.16%

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

R = 55.45%
G = 30.16%
B = 14.39%

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

#EF823E (or 0xEF823E) is known color: Flamenco. HEX triplet: EF, 82 and 3E. RGB value is (239,130,62). Sum of RGB (Red+Green+Blue) = 239+130+62=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 130 (51.17% from 255 or 30.16% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EF823E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF823E is #107DC1. Grayscale: #9B9B9B. Windows color (decimal): -1080770 or 4096751. OLE color: 4096751.

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

Color convert

RGB 239 130 62 -
CMYK 0 0.46 0.74 0.06
HSL 23.05º 0.85% 0.59% -
HSV(B) 23.05º 0.74% 0.94% -
XYZ 44.45 34.66 8.91 -
YUV 154.84 75.61 188.03 -
System Red Green Blue C M Y K H S L
Decimal 239 130 62 0 0.46 0.74 0.06 23.05 0.85 0.59
Hex EF 82 3E 0 2E 4A 6 17 55 3B
Octal 357 202 76 0 56 112 6 27 125 73
Binary 11101111 10000010 111110 0 101110 1001010 110 10111 1010101 111011

Color Harmonies of #EF823E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF823E

Black with #EF823E

Text Example


Text Example

White with #EF823E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF823E; }

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

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

background-color css

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

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

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

border-color css

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

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

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