Html Css Color HEX #EF634F Flamingo

📋 copy color: '#EF634F'

red 239 ◦ green 99 ◦ blue 79

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

Shades of Flamingo #EF634F

Tints of Flamingo #EF634F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 57.31%
G = 23.74%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EF634F (or 0xEF634F) is known color: Flamingo. HEX triplet: EF, 63 and 4F. RGB value is (239,99,79). Sum of RGB (Red+Green+Blue) = 239+99+79=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF634F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF634F is #109CB0. Grayscale: #8A8A8A. Windows color (decimal): -1088689 or 5202927. OLE color: 5202927.

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

Color convert

RGB 239 99 79 -
CMYK 0 0.59 0.67 0.06
HSL 7.5º 0.83% 0.62% -
HSV(B) 7.5º 0.67% 0.94% -
XYZ 41.47 27.84 10.58 -
YUV 138.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 239 99 79 0 0.59 0.67 0.06 7.5 0.83 0.62
Hex EF 63 4F 0 3B 43 6 8 53 3E
Octal 357 143 117 0 73 103 6 10 123 76
Binary 11101111 1100011 1001111 0 111011 1000011 110 1000 1010011 111110

Color Harmonies of #EF634F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF634F

Black with #EF634F

Text Example


Text Example

White with #EF634F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF634F; }

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

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

background-color css

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

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

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

border-color css

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

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

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