Html Css Color HEX #EB8227 Carrot Orange

📋 copy color: '#EB8227'

red 235 ◦ green 130 ◦ blue 39

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

Shades of Carrot Orange #EB8227

Tints of Carrot Orange #EB8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.65%

R = 58.17%
G = 32.18%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB8227 (or 0xEB8227) is known color: Carrot Orange. HEX triplet: EB, 82 and 27. RGB value is (235,130,39). Sum of RGB (Red+Green+Blue) = 235+130+39=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8227 is #147DD8. Grayscale: #979797. Windows color (decimal): -1342937 or 2589419. OLE color: 2589419.

HSL color Cylindrical-coordinate representation of color #EB8227: hue angle of 27.86º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB8227 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 39 -
CMYK 0 0.45 0.83 0.08
HSL 27.86º 0.83% 0.54% -
HSV(B) 27.86º 0.83% 0.92% -
XYZ 42.61 33.77 6.19 -
YUV 151.02 64.79 187.9 -
System Red Green Blue C M Y K H S L
Decimal 235 130 39 0 0.45 0.83 0.08 27.86 0.83 0.54
Hex EB 82 27 0 2D 53 8 1C 53 36
Octal 353 202 47 0 55 123 10 34 123 66
Binary 11101011 10000010 100111 0 101101 1010011 1000 11100 1010011 110110

Color Harmonies of #EB8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8227

Black with #EB8227

Text Example


Text Example

White with #EB8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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