Html Css Color HEX #EB942D Carrot Orange

📋 copy color: '#EB942D'

red 235 ◦ green 148 ◦ blue 45

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

Shades of Carrot Orange #EB942D

Tints of Carrot Orange #EB942D

RGB

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

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

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

R = 54.91%
G = 34.58%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB942D (or 0xEB942D) is known color: Carrot Orange. HEX triplet: EB, 94 and 2D. RGB value is (235,148,45). Sum of RGB (Red+Green+Blue) = 235+148+45=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 148 (58.20% from 255 or 34.58% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB942D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB942D is #146BD2. Grayscale: #A2A2A2. Windows color (decimal): -1338323 or 2987243. OLE color: 2987243.

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

Color convert

RGB 235 148 45 -
CMYK 0 0.37 0.81 0.08
HSL 32.53º 0.83% 0.55% -
HSV(B) 32.53º 0.81% 0.92% -
XYZ 45.32 39.03 7.63 -
YUV 162.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 235 148 45 0 0.37 0.81 0.08 32.53 0.83 0.55
Hex EB 94 2D 0 25 51 8 21 53 37
Octal 353 224 55 0 45 121 10 41 123 67
Binary 11101011 10010100 101101 0 100101 1010001 1000 100001 1010011 110111

Color Harmonies of #EB942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB942D

Black with #EB942D

Text Example


Text Example

White with #EB942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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