Html Css Color HEX #EA824D Flamenco

📋 copy color: '#EA824D'

red 234 ◦ green 130 ◦ blue 77

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

Shades of Flamenco #EA824D

Tints of Flamenco #EA824D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.46%

R = 53.06%
G = 29.48%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EA824D (or 0xEA824D) is known color: Flamenco. HEX triplet: EA, 82 and 4D. RGB value is (234,130,77). Sum of RGB (Red+Green+Blue) = 234+130+77=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EA824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA824D is #157DB2. Grayscale: #9B9B9B. Windows color (decimal): -1408435 or 5079786. OLE color: 5079786.

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

Color convert

RGB 234 130 77 -
CMYK 0 0.44 0.67 0.08
HSL 20.25º 0.79% 0.61% -
HSV(B) 20.25º 0.67% 0.92% -
XYZ 43.25 33.99 11.3 -
YUV 155.05 83.96 184.31 -
System Red Green Blue C M Y K H S L
Decimal 234 130 77 0 0.44 0.67 0.08 20.25 0.79 0.61
Hex EA 82 4D 0 2C 43 8 14 4F 3D
Octal 352 202 115 0 54 103 10 24 117 75
Binary 11101010 10000010 1001101 0 101100 1000011 1000 10100 1001111 111101

Color Harmonies of #EA824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA824D

Black with #EA824D

Text Example


Text Example

White with #EA824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA824D; }

 p { color: rgb(234,130,77); }

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

background-color css

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

 a { background-color: rgb(234,130,77); }

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

border-color css

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

 span { border-color: rgb(234,130,77); }

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