Html Css Color HEX #EE7D48 Flamenco

📋 copy color: '#EE7D48'

red 238 ◦ green 125 ◦ blue 72

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

Shades of Flamenco #EE7D48

Tints of Flamenco #EE7D48

RGB

 RED value IS 238 (93.36% from 255) = 54.71%

 GREEN value IS 125 (49.22% from 255) = 28.74%

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

R = 54.71%
G = 28.74%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EE7D48 (or 0xEE7D48) is known color: Flamenco. HEX triplet: EE, 7D and 48. RGB value is (238,125,72). Sum of RGB (Red+Green+Blue) = 238+125+72=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7D48 is #1182B7. Grayscale: #999999. Windows color (decimal): -1147576 or 4750830. OLE color: 4750830.

HSL color Cylindrical-coordinate representation of color #EE7D48: hue angle of 19.16º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE7D48 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 125 72 -
CMYK 0 0.47 0.70 0.07
HSL 19.16º 0.83% 0.61% -
HSV(B) 19.16º 0.7% 0.93% -
XYZ 43.76 33.31 10.25 -
YUV 152.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 238 125 72 0 0.47 0.70 0.07 19.16 0.83 0.61
Hex EE 7D 48 0 2F 46 7 13 53 3D
Octal 356 175 110 0 57 106 7 23 123 75
Binary 11101110 1111101 1001000 0 101111 1000110 111 10011 1010011 111101

Color Harmonies of #EE7D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7D48

Black with #EE7D48

Text Example


Text Example

White with #EE7D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7D48; }

 p { color: rgb(238,125,72); }

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

background-color css

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

 a { background-color: rgb(238,125,72); }

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

border-color css

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

 span { border-color: rgb(238,125,72); }

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