Html Css Color HEX #EB8220 Carrot Orange

📋 copy color: '#EB8220'

red 235 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #EB8220

Tints of Carrot Orange #EB8220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.75%

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

R = 59.19%
G = 32.75%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB8220 (or 0xEB8220) is known color: Carrot Orange. HEX triplet: EB, 82 and 20. RGB value is (235,130,32). Sum of RGB (Red+Green+Blue) = 235+130+32=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8220 is #147DDF. Grayscale: #969696. Windows color (decimal): -1342944 or 2130667. OLE color: 2130667.

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

Color convert

RGB 235 130 32 -
CMYK 0 0.45 0.86 0.08
HSL 28.97º 0.84% 0.52% -
HSV(B) 28.97º 0.86% 0.92% -
XYZ 42.5 33.73 5.64 -
YUV 150.22 61.29 188.47 -
System Red Green Blue C M Y K H S L
Decimal 235 130 32 0 0.45 0.86 0.08 28.97 0.84 0.52
Hex EB 82 20 0 2D 56 8 1D 54 34
Octal 353 202 40 0 55 126 10 35 124 64
Binary 11101011 10000010 100000 0 101101 1010110 1000 11101 1010100 110100

Color Harmonies of #EB8220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8220

Black with #EB8220

Text Example


Text Example

White with #EB8220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8220; }

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

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

background-color css

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

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

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

border-color css

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

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

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