Html Css Color HEX #ED8242 Flamenco

📋 copy color: '#ED8242'

red 237 ◦ green 130 ◦ blue 66

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

Shades of Flamenco #ED8242

Tints of Flamenco #ED8242

RGB

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

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

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

R = 54.73%
G = 30.02%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED8242 (or 0xED8242) is known color: Flamenco. HEX triplet: ED, 82 and 42. RGB value is (237,130,66). Sum of RGB (Red+Green+Blue) = 237+130+66=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 130 (51.17% from 255 or 30.02% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8242 is #127DBD. Grayscale: #9B9B9B. Windows color (decimal): -1211838 or 4358893. OLE color: 4358893.

HSL color Cylindrical-coordinate representation of color #ED8242: hue angle of 22.46º 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 #ED8242 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 66 -
CMYK 0 0.45 0.72 0.07
HSL 22.46º 0.83% 0.59% -
HSV(B) 22.46º 0.72% 0.93% -
XYZ 43.89 34.36 9.47 -
YUV 154.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 237 130 66 0 0.45 0.72 0.07 22.46 0.83 0.59
Hex ED 82 42 0 2D 48 7 16 53 3B
Octal 355 202 102 0 55 110 7 26 123 73
Binary 11101101 10000010 1000010 0 101101 1001000 111 10110 1010011 111011

Color Harmonies of #ED8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8242

Black with #ED8242

Text Example


Text Example

White with #ED8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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