Html Css Color HEX #EA430E Orange Red

📋 copy color: '#EA430E'

red 234 ◦ green 67 ◦ blue 14

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

Shades of Orange Red #EA430E

Tints of Orange Red #EA430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

 BLUE value IS 14 (5.86% from 255) = 4.44%

R = 74.29%
G = 21.27%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA430E (or 0xEA430E) is known color: Orange Red. HEX triplet: EA, 43 and 0E. RGB value is (234,67,14). Sum of RGB (Red+Green+Blue) = 234+67+14=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 14 (5.86% from 255 or 4.44% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA430E is #15BCF1. Grayscale: #6F6F6F. Windows color (decimal): -1424626 or 934890. OLE color: 934890.

HSL color Cylindrical-coordinate representation of color #EA430E: hue angle of 14.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA430E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 14 -
CMYK 0 0.71 0.94 0.08
HSL 14.45º 0.89% 0.49% -
HSV(B) 14.45º 0.94% 0.92% -
XYZ 36.02 21.54 2.67 -
YUV 110.89 73.33 215.81 -
System Red Green Blue C M Y K H S L
Decimal 234 67 14 0 0.71 0.94 0.08 14.45 0.89 0.49
Hex EA 43 E 0 47 5E 8 E 59 31
Octal 352 103 16 0 107 136 10 16 131 61
Binary 11101010 1000011 1110 0 1000111 1011110 1000 1110 1011001 110001

Color Harmonies of #EA430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA430E

Black with #EA430E

Text Example


Text Example

White with #EA430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA430E; }

 p { color: rgb(234,67,14); }

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

background-color css

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

 a { background-color: rgb(234,67,14); }

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

border-color css

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

 span { border-color: rgb(234,67,14); }

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