Html Css Color HEX #EA674B Flamingo

📋 copy color: '#EA674B'

red 234 ◦ green 103 ◦ blue 75

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

Shades of Flamingo #EA674B

Tints of Flamingo #EA674B

RGB

 RED value IS 234 (91.8% from 255) = 56.8%

 GREEN value IS 103 (40.63% from 255) = 25%

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

R = 56.8%
G = 25%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EA674B (or 0xEA674B) is known color: Flamingo. HEX triplet: EA, 67 and 4B. RGB value is (234,103,75). Sum of RGB (Red+Green+Blue) = 234+103+75=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA674B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA674B is #1598B4. Grayscale: #8B8B8B. Windows color (decimal): -1415349 or 4941802. OLE color: 4941802.

HSL color Cylindrical-coordinate representation of color #EA674B: hue angle of 10.57º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA674B is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 103 75 -
CMYK 0 0.56 0.68 0.08
HSL 10.57º 0.79% 0.61% -
HSV(B) 10.57º 0.68% 0.92% -
XYZ 40.05 27.7 9.89 -
YUV 138.98 91.9 195.78 -
System Red Green Blue C M Y K H S L
Decimal 234 103 75 0 0.56 0.68 0.08 10.57 0.79 0.61
Hex EA 67 4B 0 38 44 8 B 4F 3D
Octal 352 147 113 0 70 104 10 13 117 75
Binary 11101010 1100111 1001011 0 111000 1000100 1000 1011 1001111 111101

Color Harmonies of #EA674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA674B

Black with #EA674B

Text Example


Text Example

White with #EA674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA674B; }

 p { color: rgb(234,103,75); }

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

background-color css

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

 a { background-color: rgb(234,103,75); }

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

border-color css

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

 span { border-color: rgb(234,103,75); }

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