Html Css Color HEX #EF644B Flamingo

📋 copy color: '#EF644B'

red 239 ◦ green 100 ◦ blue 75

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

Shades of Flamingo #EF644B

Tints of Flamingo #EF644B

RGB

 RED value IS 239 (93.75% from 255) = 57.73%

 GREEN value IS 100 (39.45% from 255) = 24.15%

 BLUE value IS 75 (29.69% from 255) = 18.12%

R = 57.73%
G = 24.15%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF644B (or 0xEF644B) is known color: Flamingo. HEX triplet: EF, 64 and 4B. RGB value is (239,100,75). Sum of RGB (Red+Green+Blue) = 239+100+75=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF644B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF644B is #109BB4. Grayscale: #8A8A8A. Windows color (decimal): -1088437 or 4941039. OLE color: 4941039.

HSL color Cylindrical-coordinate representation of color #EF644B: hue angle of 9.15º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EF644B is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 100 75 -
CMYK 0 0.58 0.69 0.06
HSL 9.15º 0.84% 0.62% -
HSV(B) 9.15º 0.69% 0.94% -
XYZ 41.42 27.97 9.87 -
YUV 138.71 92.05 199.53 -
System Red Green Blue C M Y K H S L
Decimal 239 100 75 0 0.58 0.69 0.06 9.15 0.84 0.62
Hex EF 64 4B 0 3A 45 6 9 54 3E
Octal 357 144 113 0 72 105 6 11 124 76
Binary 11101111 1100100 1001011 0 111010 1000101 110 1001 1010100 111110

Color Harmonies of #EF644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF644B

Black with #EF644B

Text Example


Text Example

White with #EF644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF644B; }

 p { color: rgb(239,100,75); }

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

background-color css

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

 a { background-color: rgb(239,100,75); }

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

border-color css

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

 span { border-color: rgb(239,100,75); }

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