Html Css Color HEX #EA350B Orange Red

📋 copy color: '#EA350B'

red 234 ◦ green 53 ◦ blue 11

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

Shades of Orange Red #EA350B

Tints of Orange Red #EA350B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.79%

 BLUE value IS 11 (4.69% from 255) = 3.69%

R = 78.52%
G = 17.79%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA350B (or 0xEA350B) is known color: Orange Red. HEX triplet: EA, 35 and 0B. RGB value is (234,53,11). Sum of RGB (Red+Green+Blue) = 234+53+11=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA350B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA350B is #15CAF4. Grayscale: #666666. Windows color (decimal): -1428213 or 734698. OLE color: 734698.

HSL color Cylindrical-coordinate representation of color #EA350B: hue angle of 11.3º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA350B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 53 11 -
CMYK 0 0.77 0.95 0.08
HSL 11.3º 0.91% 0.48% -
HSV(B) 11.3º 0.95% 0.92% -
XYZ 35.27 20.06 2.33 -
YUV 102.33 76.47 221.92 -
System Red Green Blue C M Y K H S L
Decimal 234 53 11 0 0.77 0.95 0.08 11.3 0.91 0.48
Hex EA 35 B 0 4D 5F 8 B 5B 30
Octal 352 65 13 0 115 137 10 13 133 60
Binary 11101010 110101 1011 0 1001101 1011111 1000 1011 1011011 110000

Color Harmonies of #EA350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA350B

Black with #EA350B

Text Example


Text Example

White with #EA350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA350B; }

 p { color: rgb(234,53,11); }

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

background-color css

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

 a { background-color: rgb(234,53,11); }

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

border-color css

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

 span { border-color: rgb(234,53,11); }

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