Html Css Color HEX #EA4302 Orange Red

📋 copy color: '#EA4302'

red 234 ◦ green 67 ◦ blue 2

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

Shades of Orange Red #EA4302

Tints of Orange Red #EA4302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 77.23%
G = 22.11%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA4302 (or 0xEA4302) is known color: Orange Red. HEX triplet: EA, 43 and 02. RGB value is (234,67,2). Sum of RGB (Red+Green+Blue) = 234+67+2=303 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.23% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4302 is #15BCFD. Grayscale: #6D6D6D. Windows color (decimal): -1424638 or 148458. OLE color: 148458.

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

Color convert

RGB 234 67 2 -
CMYK 0 0.71 0.99 0.08
HSL 16.81º 0.98% 0.46% -
HSV(B) 16.81º 0.99% 0.92% -
XYZ 35.95 21.51 2.31 -
YUV 109.52 67.33 216.79 -
System Red Green Blue C M Y K H S L
Decimal 234 67 2 0 0.71 0.99 0.08 16.81 0.98 0.46
Hex EA 43 2 0 47 63 8 11 62 2E
Octal 352 103 2 0 107 143 10 21 142 56
Binary 11101010 1000011 10 0 1000111 1100011 1000 10001 1100010 101110

Color Harmonies of #EA4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4302

Black with #EA4302

Text Example


Text Example

White with #EA4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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