Html Css Color HEX #EB932C Carrot Orange

📋 copy color: '#EB932C'

red 235 ◦ green 147 ◦ blue 44

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

Shades of Carrot Orange #EB932C

Tints of Carrot Orange #EB932C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.51%

 BLUE value IS 44 (17.58% from 255) = 10.33%

R = 55.16%
G = 34.51%
B = 10.33%

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

#EB932C (or 0xEB932C) is known color: Carrot Orange. HEX triplet: EB, 93 and 2C. RGB value is (235,147,44). Sum of RGB (Red+Green+Blue) = 235+147+44=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB932C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB932C is #146CD3. Grayscale: #A2A2A2. Windows color (decimal): -1338580 or 2921451. OLE color: 2921451.

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

Color convert

RGB 235 147 44 -
CMYK 0 0.37 0.81 0.08
HSL 32.36º 0.83% 0.55% -
HSV(B) 32.36º 0.81% 0.92% -
XYZ 45.15 38.71 7.48 -
YUV 161.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 235 147 44 0 0.37 0.81 0.08 32.36 0.83 0.55
Hex EB 93 2C 0 25 51 8 20 53 37
Octal 353 223 54 0 45 121 10 40 123 67
Binary 11101011 10010011 101100 0 100101 1010001 1000 100000 1010011 110111

Color Harmonies of #EB932C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB932C

Black with #EB932C

Text Example


Text Example

White with #EB932C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB932C; }

 p { color: rgb(235,147,44); }

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

background-color css

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

 a { background-color: rgb(235,147,44); }

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

border-color css

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

 span { border-color: rgb(235,147,44); }

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