Html Css Color HEX #EB912D Carrot Orange

📋 copy color: '#EB912D'

red 235 ◦ green 145 ◦ blue 45

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

Shades of Carrot Orange #EB912D

Tints of Carrot Orange #EB912D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.12%

 BLUE value IS 45 (17.97% from 255) = 10.59%

R = 55.29%
G = 34.12%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB912D (or 0xEB912D) is known color: Carrot Orange. HEX triplet: EB, 91 and 2D. RGB value is (235,145,45). Sum of RGB (Red+Green+Blue) = 235+145+45=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 45 (17.97% from 255 or 10.59% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB912D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB912D is #146ED2. Grayscale: #A1A1A1. Windows color (decimal): -1339091 or 2986475. OLE color: 2986475.

HSL color Cylindrical-coordinate representation of color #EB912D: hue angle of 31.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB912D is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 145 45 -
CMYK 0 0.38 0.81 0.08
HSL 31.58º 0.83% 0.55% -
HSV(B) 31.58º 0.81% 0.92% -
XYZ 44.86 38.1 7.47 -
YUV 160.51 62.82 181.13 -
System Red Green Blue C M Y K H S L
Decimal 235 145 45 0 0.38 0.81 0.08 31.58 0.83 0.55
Hex EB 91 2D 0 26 51 8 20 53 37
Octal 353 221 55 0 46 121 10 40 123 67
Binary 11101011 10010001 101101 0 100110 1010001 1000 100000 1010011 110111

Color Harmonies of #EB912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB912D

Black with #EB912D

Text Example


Text Example

White with #EB912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB912D; }

 p { color: rgb(235,145,45); }

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

background-color css

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

 a { background-color: rgb(235,145,45); }

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

border-color css

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

 span { border-color: rgb(235,145,45); }

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