Html Css Color HEX #EB942E Carrot Orange

📋 copy color: '#EB942E'

red 235 ◦ green 148 ◦ blue 46

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

Shades of Carrot Orange #EB942E

Tints of Carrot Orange #EB942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.5%

 BLUE value IS 46 (18.36% from 255) = 10.72%

R = 54.78%
G = 34.5%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB942E (or 0xEB942E) is known color: Carrot Orange. HEX triplet: EB, 94 and 2E. RGB value is (235,148,46). Sum of RGB (Red+Green+Blue) = 235+148+46=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 46 (18.36% from 255 or 10.72% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB942E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB942E is #146BD1. Grayscale: #A2A2A2. Windows color (decimal): -1338322 or 3052779. OLE color: 3052779.

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

Color convert

RGB 235 148 46 -
CMYK 0 0.37 0.80 0.08
HSL 32.38º 0.83% 0.55% -
HSV(B) 32.38º 0.8% 0.92% -
XYZ 45.34 39.04 7.73 -
YUV 162.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 235 148 46 0 0.37 0.80 0.08 32.38 0.83 0.55
Hex EB 94 2E 0 25 50 8 20 53 37
Octal 353 224 56 0 45 120 10 40 123 67
Binary 11101011 10010100 101110 0 100101 1010000 1000 100000 1010011 110111

Color Harmonies of #EB942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB942E

Black with #EB942E

Text Example


Text Example

White with #EB942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB942E; }

 p { color: rgb(235,148,46); }

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

background-color css

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

 a { background-color: rgb(235,148,46); }

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

border-color css

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

 span { border-color: rgb(235,148,46); }

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