Html Css Color HEX #EB5C3E Flamingo

📋 copy color: '#EB5C3E'

red 235 ◦ green 92 ◦ blue 62

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

Shades of Flamingo #EB5C3E

Tints of Flamingo #EB5C3E

RGB

 RED value IS 235 (92.19% from 255) = 60.41%

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 62 (24.61% from 255) = 15.94%

R = 60.41%
G = 23.65%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB5C3E (or 0xEB5C3E) is known color: Flamingo. HEX triplet: EB, 5C and 3E. RGB value is (235,92,62). Sum of RGB (Red+Green+Blue) = 235+92+62=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB5C3E is #14A3C1. Grayscale: #838383. Windows color (decimal): -1352642 or 4087019. OLE color: 4087019.

HSL color Cylindrical-coordinate representation of color #EB5C3E: hue angle of 10.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB5C3E is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 92 62 -
CMYK 0 0.61 0.74 0.08
HSL 10.4º 0.81% 0.58% -
HSV(B) 10.4º 0.74% 0.92% -
XYZ 38.96 25.66 7.46 -
YUV 131.34 88.88 201.94 -
System Red Green Blue C M Y K H S L
Decimal 235 92 62 0 0.61 0.74 0.08 10.4 0.81 0.58
Hex EB 5C 3E 0 3D 4A 8 A 51 3A
Octal 353 134 76 0 75 112 10 12 121 72
Binary 11101011 1011100 111110 0 111101 1001010 1000 1010 1010001 111010

Color Harmonies of #EB5C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5C3E

Black with #EB5C3E

Text Example


Text Example

White with #EB5C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5C3E; }

 p { color: rgb(235,92,62); }

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

background-color css

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

 a { background-color: rgb(235,92,62); }

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

border-color css

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

 span { border-color: rgb(235,92,62); }

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