Html Css Color HEX #EB8320 Carrot Orange

📋 copy color: '#EB8320'

red 235 ◦ green 131 ◦ blue 32

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

Shades of Carrot Orange #EB8320

Tints of Carrot Orange #EB8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 59.05%
G = 32.91%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB8320 (or 0xEB8320) is known color: Carrot Orange. HEX triplet: EB, 83 and 20. RGB value is (235,131,32). Sum of RGB (Red+Green+Blue) = 235+131+32=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8320 is #147CDF. Grayscale: #979797. Windows color (decimal): -1342688 or 2130923. OLE color: 2130923.

HSL color Cylindrical-coordinate representation of color #EB8320: hue angle of 29.26º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB8320 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 131 32 -
CMYK 0 0.44 0.86 0.08
HSL 29.26º 0.84% 0.52% -
HSV(B) 29.26º 0.86% 0.92% -
XYZ 42.64 34 5.68 -
YUV 150.81 60.96 188.05 -
System Red Green Blue C M Y K H S L
Decimal 235 131 32 0 0.44 0.86 0.08 29.26 0.84 0.52
Hex EB 83 20 0 2C 56 8 1D 54 34
Octal 353 203 40 0 54 126 10 35 124 64
Binary 11101011 10000011 100000 0 101100 1010110 1000 11101 1010100 110100

Color Harmonies of #EB8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8320

Black with #EB8320

Text Example


Text Example

White with #EB8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8320; }

 p { color: rgb(235,131,32); }

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

background-color css

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

 a { background-color: rgb(235,131,32); }

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

border-color css

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

 span { border-color: rgb(235,131,32); }

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