Html Css Color HEX #EA430B Orange Red

📋 copy color: '#EA430B'

red 234 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #EA430B

Tints of Orange Red #EA430B

RGB

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

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

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

R = 75%
G = 21.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA430B (or 0xEA430B) is known color: Orange Red. HEX triplet: EA, 43 and 0B. RGB value is (234,67,11). Sum of RGB (Red+Green+Blue) = 234+67+11=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA430B is #15BCF4. Grayscale: #6E6E6E. Windows color (decimal): -1424629 or 738282. OLE color: 738282.

HSL color Cylindrical-coordinate representation of color #EA430B: hue angle of 15.07º 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 #EA430B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 67 11 -
CMYK 0 0.71 0.95 0.08
HSL 15.07º 0.91% 0.48% -
HSV(B) 15.07º 0.95% 0.92% -
XYZ 36 21.53 2.58 -
YUV 110.55 71.83 216.05 -
System Red Green Blue C M Y K H S L
Decimal 234 67 11 0 0.71 0.95 0.08 15.07 0.91 0.48
Hex EA 43 B 0 47 5F 8 F 5B 30
Octal 352 103 13 0 107 137 10 17 133 60
Binary 11101010 1000011 1011 0 1000111 1011111 1000 1111 1011011 110000

Color Harmonies of #EA430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA430B

Black with #EA430B

Text Example


Text Example

White with #EA430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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