Html Css Color HEX #E66948 Flamingo

📋 copy color: '#E66948'

red 230 ◦ green 105 ◦ blue 72

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

Shades of Flamingo #E66948

Tints of Flamingo #E66948

RGB

 RED value IS 230 (90.23% from 255) = 56.51%

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 56.51%
G = 25.8%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E66948 (or 0xE66948) is known color: Flamingo. HEX triplet: E6, 69 and 48. RGB value is (230,105,72). Sum of RGB (Red+Green+Blue) = 230+105+72=407 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.51% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 230 - color contains mainly: red. Hex color #E66948 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66948 is #1996B7. Grayscale: #8A8A8A. Windows color (decimal): -1676984 or 4745702. OLE color: 4745702.

HSL color Cylindrical-coordinate representation of color #E66948: hue angle of 12.53º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E66948 is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 105 72 -
CMYK 0 0.54 0.69 0.10
HSL 12.53º 0.76% 0.59% -
HSV(B) 12.53º 0.69% 0.9% -
XYZ 38.85 27.39 9.37 -
YUV 138.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 230 105 72 0 0.54 0.69 0.10 12.53 0.76 0.59
Hex E6 69 48 0 36 45 A D 4C 3B
Octal 346 151 110 0 66 105 12 15 114 73
Binary 11100110 1101001 1001000 0 110110 1000101 1010 1101 1001100 111011

Color Harmonies of #E66948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66948

Black with #E66948

Text Example


Text Example

White with #E66948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66948; }

 p { color: rgb(230,105,72); }

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

background-color css

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

 a { background-color: rgb(230,105,72); }

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

border-color css

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

 span { border-color: rgb(230,105,72); }

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