Html Css Color HEX #EB8123 Carrot Orange

📋 copy color: '#EB8123'

red 235 ◦ green 129 ◦ blue 35

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

Shades of Carrot Orange #EB8123

Tints of Carrot Orange #EB8123

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

 BLUE value IS 35 (14.06% from 255) = 8.77%

R = 58.9%
G = 32.33%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB8123 (or 0xEB8123) is known color: Carrot Orange. HEX triplet: EB, 81 and 23. RGB value is (235,129,35). Sum of RGB (Red+Green+Blue) = 235+129+35=399 (52% of max value = 765). Red value is 235 (92.19% from 255 or 58.90% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 35 (14.06% from 255 or 8.77% from 399); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB8123 is #147EDC. Grayscale: #969696. Windows color (decimal): -1343197 or 2327019. OLE color: 2327019.

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

Color convert

RGB 235 129 35 -
CMYK 0 0.45 0.85 0.08
HSL 28.2º 0.83% 0.53% -
HSV(B) 28.2º 0.85% 0.92% -
XYZ 42.41 33.48 5.82 -
YUV 149.98 63.12 188.64 -
System Red Green Blue C M Y K H S L
Decimal 235 129 35 0 0.45 0.85 0.08 28.2 0.83 0.53
Hex EB 81 23 0 2D 55 8 1C 53 35
Octal 353 201 43 0 55 125 10 34 123 65
Binary 11101011 10000001 100011 0 101101 1010101 1000 11100 1010011 110101

Color Harmonies of #EB8123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8123

Black with #EB8123

Text Example


Text Example

White with #EB8123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8123; }

 p { color: rgb(235,129,35); }

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

background-color css

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

 a { background-color: rgb(235,129,35); }

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

border-color css

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

 span { border-color: rgb(235,129,35); }

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