Html Css Color HEX #ED8944 Flamenco

📋 copy color: '#ED8944'

red 237 ◦ green 137 ◦ blue 68

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

Shades of Flamenco #ED8944

Tints of Flamenco #ED8944

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31%

 BLUE value IS 68 (26.95% from 255) = 15.38%

R = 53.62%
G = 31%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#ED8944 (or 0xED8944) is known color: Flamenco. HEX triplet: ED, 89 and 44. RGB value is (237,137,68). Sum of RGB (Red+Green+Blue) = 237+137+68=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 68 (26.95% from 255 or 15.38% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8944 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8944 is #1276BB. Grayscale: #9F9F9F. Windows color (decimal): -1210044 or 4491757. OLE color: 4491757.

HSL color Cylindrical-coordinate representation of color #ED8944: hue angle of 24.5º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED8944 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 68 -
CMYK 0 0.42 0.71 0.07
HSL 24.5º 0.82% 0.6% -
HSV(B) 24.5º 0.71% 0.93% -
XYZ 44.91 36.31 10.11 -
YUV 159.03 76.63 183.61 -
System Red Green Blue C M Y K H S L
Decimal 237 137 68 0 0.42 0.71 0.07 24.5 0.82 0.6
Hex ED 89 44 0 2A 47 7 18 52 3C
Octal 355 211 104 0 52 107 7 30 122 74
Binary 11101101 10001001 1000100 0 101010 1000111 111 11000 1010010 111100

Color Harmonies of #ED8944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8944

Black with #ED8944

Text Example


Text Example

White with #ED8944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8944; }

 p { color: rgb(237,137,68); }

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

background-color css

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

 a { background-color: rgb(237,137,68); }

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

border-color css

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

 span { border-color: rgb(237,137,68); }

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