Html Css Color HEX #ED430E Orange Red

📋 copy color: '#ED430E'

red 237 ◦ green 67 ◦ blue 14

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

Shades of Orange Red #ED430E

Tints of Orange Red #ED430E

RGB

 RED value IS 237 (92.97% from 255) = 74.53%

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

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

R = 74.53%
G = 21.07%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED430E (or 0xED430E) is known color: Orange Red. HEX triplet: ED, 43 and 0E. RGB value is (237,67,14). Sum of RGB (Red+Green+Blue) = 237+67+14=318 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.53% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 237 - color contains mainly: red. Hex color #ED430E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED430E is #12BCF1. Grayscale: #707070. Windows color (decimal): -1228018 or 934893. OLE color: 934893.

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

Color convert

RGB 237 67 14 -
CMYK 0 0.72 0.94 0.07
HSL 14.26º 0.89% 0.49% -
HSV(B) 14.26º 0.94% 0.93% -
XYZ 37.01 22.05 2.72 -
YUV 111.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 237 67 14 0 0.72 0.94 0.07 14.26 0.89 0.49
Hex ED 43 E 0 48 5E 7 E 59 31
Octal 355 103 16 0 110 136 7 16 131 61
Binary 11101101 1000011 1110 0 1001000 1011110 111 1110 1011001 110001

Color Harmonies of #ED430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED430E

Black with #ED430E

Text Example


Text Example

White with #ED430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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