Html Css Color HEX #EB824A Flamenco

📋 copy color: '#EB824A'

red 235 ◦ green 130 ◦ blue 74

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

Shades of Flamenco #EB824A

Tints of Flamenco #EB824A

RGB

 RED value IS 235 (92.19% from 255) = 53.53%

 GREEN value IS 130 (51.17% from 255) = 29.61%

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

R = 53.53%
G = 29.61%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EB824A (or 0xEB824A) is known color: Flamenco. HEX triplet: EB, 82 and 4A. RGB value is (235,130,74). Sum of RGB (Red+Green+Blue) = 235+130+74=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB824A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB824A is #147DB5. Grayscale: #9B9B9B. Windows color (decimal): -1342902 or 4883179. OLE color: 4883179.

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

Color convert

RGB 235 130 74 -
CMYK 0 0.45 0.69 0.08
HSL 20.87º 0.8% 0.61% -
HSV(B) 20.87º 0.69% 0.92% -
XYZ 43.48 34.12 10.77 -
YUV 155.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 235 130 74 0 0.45 0.69 0.08 20.87 0.8 0.61
Hex EB 82 4A 0 2D 45 8 15 50 3D
Octal 353 202 112 0 55 105 10 25 120 75
Binary 11101011 10000010 1001010 0 101101 1000101 1000 10101 1010000 111101

Color Harmonies of #EB824A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB824A

Black with #EB824A

Text Example


Text Example

White with #EB824A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB824A; }

 p { color: rgb(235,130,74); }

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

background-color css

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

 a { background-color: rgb(235,130,74); }

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

border-color css

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

 span { border-color: rgb(235,130,74); }

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