Html Css Color HEX #EB8326 Carrot Orange

📋 copy color: '#EB8326'

red 235 ◦ green 131 ◦ blue 38

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

Shades of Carrot Orange #EB8326

Tints of Carrot Orange #EB8326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 58.17%
G = 32.43%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB8326 (or 0xEB8326) is known color: Carrot Orange. HEX triplet: EB, 83 and 26. RGB value is (235,131,38). Sum of RGB (Red+Green+Blue) = 235+131+38=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8326 is #147CD9. Grayscale: #979797. Windows color (decimal): -1342682 or 2524139. OLE color: 2524139.

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

Color convert

RGB 235 131 38 -
CMYK 0 0.44 0.84 0.08
HSL 28.32º 0.83% 0.54% -
HSV(B) 28.32º 0.84% 0.92% -
XYZ 42.73 34.03 6.15 -
YUV 151.49 63.96 187.56 -
System Red Green Blue C M Y K H S L
Decimal 235 131 38 0 0.44 0.84 0.08 28.32 0.83 0.54
Hex EB 83 26 0 2C 54 8 1C 53 36
Octal 353 203 46 0 54 124 10 34 123 66
Binary 11101011 10000011 100110 0 101100 1010100 1000 11100 1010011 110110

Color Harmonies of #EB8326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8326

Black with #EB8326

Text Example


Text Example

White with #EB8326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8326; }

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

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

background-color css

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

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

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

border-color css

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

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

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