Html Css Color HEX #ED843D Flamenco

📋 copy color: '#ED843D'

red 237 ◦ green 132 ◦ blue 61

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

Shades of Flamenco #ED843D

Tints of Flamenco #ED843D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.7%

 BLUE value IS 61 (24.22% from 255) = 14.19%

R = 55.12%
G = 30.7%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED843D (or 0xED843D) is known color: Flamenco. HEX triplet: ED, 84 and 3D. RGB value is (237,132,61). Sum of RGB (Red+Green+Blue) = 237+132+61=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 61 (24.22% from 255 or 14.19% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED843D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED843D is #127BC2. Grayscale: #9B9B9B. Windows color (decimal): -1211331 or 4031725. OLE color: 4031725.

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

Color convert

RGB 237 132 61 -
CMYK 0 0.44 0.74 0.07
HSL 24.2º 0.83% 0.58% -
HSV(B) 24.2º 0.74% 0.93% -
XYZ 44.02 34.84 8.82 -
YUV 155.3 74.79 186.27 -
System Red Green Blue C M Y K H S L
Decimal 237 132 61 0 0.44 0.74 0.07 24.2 0.83 0.58
Hex ED 84 3D 0 2C 4A 7 18 53 3A
Octal 355 204 75 0 54 112 7 30 123 72
Binary 11101101 10000100 111101 0 101100 1001010 111 11000 1010011 111010

Color Harmonies of #ED843D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED843D

Black with #ED843D

Text Example


Text Example

White with #ED843D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED843D; }

 p { color: rgb(237,132,61); }

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

background-color css

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

 a { background-color: rgb(237,132,61); }

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

border-color css

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

 span { border-color: rgb(237,132,61); }

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