Html Css Color HEX #EB430B Orange Red

📋 copy color: '#EB430B'

red 235 ◦ green 67 ◦ blue 11

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

Shades of Orange Red #EB430B

Tints of Orange Red #EB430B

RGB

 RED value IS 235 (92.19% from 255) = 75.08%

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

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

R = 75.08%
G = 21.41%
B = 3.51%

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

#EB430B (or 0xEB430B) is known color: Orange Red. HEX triplet: EB, 43 and 0B. RGB value is (235,67,11). Sum of RGB (Red+Green+Blue) = 235+67+11=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB430B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB430B is #14BCF4. Grayscale: #6F6F6F. Windows color (decimal): -1359093 or 738283. OLE color: 738283.

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

Color convert

RGB 235 67 11 -
CMYK 0 0.71 0.95 0.08
HSL 15º 0.91% 0.48% -
HSV(B) 15º 0.95% 0.92% -
XYZ 36.33 21.7 2.59 -
YUV 110.85 71.66 216.55 -
System Red Green Blue C M Y K H S L
Decimal 235 67 11 0 0.71 0.95 0.08 15 0.91 0.48
Hex EB 43 B 0 47 5F 8 F 5B 30
Octal 353 103 13 0 107 137 10 17 133 60
Binary 11101011 1000011 1011 0 1000111 1011111 1000 1111 1011011 110000

Color Harmonies of #EB430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB430B

Black with #EB430B

Text Example


Text Example

White with #EB430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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