Html Css Color HEX #ED894A Flamenco

📋 copy color: '#ED894A'

red 237 ◦ green 137 ◦ blue 74

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

Shades of Flamenco #ED894A

Tints of Flamenco #ED894A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.52%

R = 52.9%
G = 30.58%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED894A (or 0xED894A) is known color: Flamenco. HEX triplet: ED, 89 and 4A. RGB value is (237,137,74). Sum of RGB (Red+Green+Blue) = 237+137+74=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #ED894A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED894A is #1276B5. Grayscale: #A0A0A0. Windows color (decimal): -1210038 or 4884973. OLE color: 4884973.

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

Color convert

RGB 237 137 74 -
CMYK 0 0.42 0.69 0.07
HSL 23.19º 0.82% 0.61% -
HSV(B) 23.19º 0.69% 0.93% -
XYZ 45.11 36.39 11.13 -
YUV 159.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 237 137 74 0 0.42 0.69 0.07 23.19 0.82 0.61
Hex ED 89 4A 0 2A 45 7 17 52 3D
Octal 355 211 112 0 52 105 7 27 122 75
Binary 11101101 10001001 1001010 0 101010 1000101 111 10111 1010010 111101

Color Harmonies of #ED894A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED894A

Black with #ED894A

Text Example


Text Example

White with #ED894A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED894A; }

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

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

background-color css

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

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

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

border-color css

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

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

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