Html Css Color HEX #ED8142 Flamenco

📋 copy color: '#ED8142'

red 237 ◦ green 129 ◦ blue 66

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

Shades of Flamenco #ED8142

Tints of Flamenco #ED8142

RGB

 RED value IS 237 (92.97% from 255) = 54.86%

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

 BLUE value IS 66 (26.17% from 255) = 15.28%

R = 54.86%
G = 29.86%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED8142 (or 0xED8142) is known color: Flamenco. HEX triplet: ED, 81 and 42. RGB value is (237,129,66). Sum of RGB (Red+Green+Blue) = 237+129+66=432 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.86% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8142 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8142 is #127EBD. Grayscale: #9A9A9A. Windows color (decimal): -1212094 or 4358637. OLE color: 4358637.

HSL color Cylindrical-coordinate representation of color #ED8142: hue angle of 22.11º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED8142 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 129 66 -
CMYK 0 0.46 0.72 0.07
HSL 22.11º 0.83% 0.59% -
HSV(B) 22.11º 0.72% 0.93% -
XYZ 43.76 34.1 9.43 -
YUV 154.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 237 129 66 0 0.46 0.72 0.07 22.11 0.83 0.59
Hex ED 81 42 0 2E 48 7 16 53 3B
Octal 355 201 102 0 56 110 7 26 123 73
Binary 11101101 10000001 1000010 0 101110 1001000 111 10110 1010011 111011

Color Harmonies of #ED8142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8142

Black with #ED8142

Text Example


Text Example

White with #ED8142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8142; }

 p { color: rgb(237,129,66); }

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

background-color css

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

 a { background-color: rgb(237,129,66); }

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

border-color css

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

 span { border-color: rgb(237,129,66); }

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