Html Css Color HEX #E66748 Flamingo

📋 copy color: '#E66748'

red 230 ◦ green 103 ◦ blue 72

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

Shades of Flamingo #E66748

Tints of Flamingo #E66748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

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

R = 56.79%
G = 25.43%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E66748 (or 0xE66748) is known color: Flamingo. HEX triplet: E6, 67 and 48. RGB value is (230,103,72). Sum of RGB (Red+Green+Blue) = 230+103+72=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E66748 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66748 is #1998B7. Grayscale: #898989. Windows color (decimal): -1677496 or 4745190. OLE color: 4745190.

HSL color Cylindrical-coordinate representation of color #E66748: hue angle of 11.77º 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 #E66748 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 103 72 -
CMYK 0 0.55 0.69 0.10
HSL 11.77º 0.76% 0.59% -
HSV(B) 11.77º 0.69% 0.9% -
XYZ 38.65 26.99 9.3 -
YUV 137.44 91.08 194.02 -
System Red Green Blue C M Y K H S L
Decimal 230 103 72 0 0.55 0.69 0.10 11.77 0.76 0.59
Hex E6 67 48 0 37 45 A C 4C 3B
Octal 346 147 110 0 67 105 12 14 114 73
Binary 11100110 1100111 1001000 0 110111 1000101 1010 1100 1001100 111011

Color Harmonies of #E66748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66748

Black with #E66748

Text Example


Text Example

White with #E66748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66748; }

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

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

background-color css

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

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

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

border-color css

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

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

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