Html Css Color HEX #EB8328 Carrot Orange

📋 copy color: '#EB8328'

red 235 ◦ green 131 ◦ blue 40

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

Shades of Carrot Orange #EB8328

Tints of Carrot Orange #EB8328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 57.88%
G = 32.27%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB8328 (or 0xEB8328) is known color: Carrot Orange. HEX triplet: EB, 83 and 28. RGB value is (235,131,40). Sum of RGB (Red+Green+Blue) = 235+131+40=406 (53% of max value = 765). Red value is 235 (92.19% from 255 or 57.88% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8328 is #147CD7. Grayscale: #989898. Windows color (decimal): -1342680 or 2655211. OLE color: 2655211.

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

Color convert

RGB 235 131 40 -
CMYK 0 0.44 0.83 0.08
HSL 28º 0.83% 0.54% -
HSV(B) 28º 0.83% 0.92% -
XYZ 42.76 34.05 6.33 -
YUV 151.72 64.96 187.4 -
System Red Green Blue C M Y K H S L
Decimal 235 131 40 0 0.44 0.83 0.08 28 0.83 0.54
Hex EB 83 28 0 2C 53 8 1C 53 36
Octal 353 203 50 0 54 123 10 34 123 66
Binary 11101011 10000011 101000 0 101100 1010011 1000 11100 1010011 110110

Color Harmonies of #EB8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8328

Black with #EB8328

Text Example


Text Example

White with #EB8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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