Html Css Color HEX #EF634A Flamingo

📋 copy color: '#EF634A'

red 239 ◦ green 99 ◦ blue 74

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

Shades of Flamingo #EF634A

Tints of Flamingo #EF634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 58.01%
G = 24.03%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF634A (or 0xEF634A) is known color: Flamingo. HEX triplet: EF, 63 and 4A. RGB value is (239,99,74). Sum of RGB (Red+Green+Blue) = 239+99+74=412 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.01% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 239 - color contains mainly: red. Hex color #EF634A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF634A is #109CB5. Grayscale: #8A8A8A. Windows color (decimal): -1088694 or 4875247. OLE color: 4875247.

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

Color convert

RGB 239 99 74 -
CMYK 0 0.59 0.69 0.06
HSL 9.09º 0.84% 0.61% -
HSV(B) 9.09º 0.69% 0.94% -
XYZ 41.29 27.77 9.66 -
YUV 138.01 91.88 200.03 -
System Red Green Blue C M Y K H S L
Decimal 239 99 74 0 0.59 0.69 0.06 9.09 0.84 0.61
Hex EF 63 4A 0 3B 45 6 9 54 3D
Octal 357 143 112 0 73 105 6 11 124 75
Binary 11101111 1100011 1001010 0 111011 1000101 110 1001 1010100 111101

Color Harmonies of #EF634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF634A

Black with #EF634A

Text Example


Text Example

White with #EF634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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