Html Css Color HEX #EB8A20 Carrot Orange

📋 copy color: '#EB8A20'

red 235 ◦ green 138 ◦ blue 32

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

Shades of Carrot Orange #EB8A20

Tints of Carrot Orange #EB8A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 58.02%
G = 34.07%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB8A20 (or 0xEB8A20) is known color: Carrot Orange. HEX triplet: EB, 8A and 20. RGB value is (235,138,32). Sum of RGB (Red+Green+Blue) = 235+138+32=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8A20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8A20 is #1475DF. Grayscale: #9B9B9B. Windows color (decimal): -1340896 or 2132715. OLE color: 2132715.

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

Color convert

RGB 235 138 32 -
CMYK 0 0.41 0.86 0.08
HSL 31.33º 0.84% 0.52% -
HSV(B) 31.33º 0.86% 0.92% -
XYZ 43.61 35.94 6.01 -
YUV 154.92 58.64 185.12 -
System Red Green Blue C M Y K H S L
Decimal 235 138 32 0 0.41 0.86 0.08 31.33 0.84 0.52
Hex EB 8A 20 0 29 56 8 1F 54 34
Octal 353 212 40 0 51 126 10 37 124 64
Binary 11101011 10001010 100000 0 101001 1010110 1000 11111 1010100 110100

Color Harmonies of #EB8A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8A20

Black with #EB8A20

Text Example


Text Example

White with #EB8A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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