Html Css Color HEX #ED6043 Flamingo

📋 copy color: '#ED6043'

red 237 ◦ green 96 ◦ blue 67

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

Shades of Flamingo #ED6043

Tints of Flamingo #ED6043

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24%

 BLUE value IS 67 (26.56% from 255) = 16.75%

R = 59.25%
G = 24%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED6043 (or 0xED6043) is known color: Flamingo. HEX triplet: ED, 60 and 43. RGB value is (237,96,67). Sum of RGB (Red+Green+Blue) = 237+96+67=400 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6043 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED6043 is #129FBC. Grayscale: #878787. Windows color (decimal): -1220541 or 4415725. OLE color: 4415725.

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

Color convert

RGB 237 96 67 -
CMYK 0 0.59 0.72 0.07
HSL 10.24º 0.83% 0.6% -
HSV(B) 10.24º 0.72% 0.93% -
XYZ 40.12 26.78 8.36 -
YUV 134.85 89.71 200.86 -
System Red Green Blue C M Y K H S L
Decimal 237 96 67 0 0.59 0.72 0.07 10.24 0.83 0.6
Hex ED 60 43 0 3B 48 7 A 53 3C
Octal 355 140 103 0 73 110 7 12 123 74
Binary 11101101 1100000 1000011 0 111011 1001000 111 1010 1010011 111100

Color Harmonies of #ED6043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6043

Black with #ED6043

Text Example


Text Example

White with #ED6043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6043; }

 p { color: rgb(237,96,67); }

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

background-color css

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

 a { background-color: rgb(237,96,67); }

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

border-color css

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

 span { border-color: rgb(237,96,67); }

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