Html Css Color HEX #EF634C Flamingo

📋 copy color: '#EF634C'

red 239 ◦ green 99 ◦ blue 76

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

Shades of Flamingo #EF634C

Tints of Flamingo #EF634C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.91%

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 57.73%
G = 23.91%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#EF634C (or 0xEF634C) is known color: Flamingo. HEX triplet: EF, 63 and 4C. RGB value is (239,99,76). Sum of RGB (Red+Green+Blue) = 239+99+76=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF634C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF634C is #109CB3. Grayscale: #8A8A8A. Windows color (decimal): -1088692 or 5006319. OLE color: 5006319.

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

Color convert

RGB 239 99 76 -
CMYK 0 0.59 0.68 0.06
HSL 8.47º 0.84% 0.62% -
HSV(B) 8.47º 0.68% 0.94% -
XYZ 41.36 27.8 10.02 -
YUV 138.24 92.88 199.87 -
System Red Green Blue C M Y K H S L
Decimal 239 99 76 0 0.59 0.68 0.06 8.47 0.84 0.62
Hex EF 63 4C 0 3B 44 6 8 54 3E
Octal 357 143 114 0 73 104 6 10 124 76
Binary 11101111 1100011 1001100 0 111011 1000100 110 1000 1010100 111110

Color Harmonies of #EF634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF634C

Black with #EF634C

Text Example


Text Example

White with #EF634C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF634C; }

 p { color: rgb(239,99,76); }

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

background-color css

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

 a { background-color: rgb(239,99,76); }

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

border-color css

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

 span { border-color: rgb(239,99,76); }

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