Html Css Color HEX #EB7D1A Carrot Orange

📋 copy color: '#EB7D1A'

red 235 ◦ green 125 ◦ blue 26

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

Shades of Carrot Orange #EB7D1A

Tints of Carrot Orange #EB7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 60.88%
G = 32.38%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB7D1A (or 0xEB7D1A) is known color: Carrot Orange. HEX triplet: EB, 7D and 1A. RGB value is (235,125,26). Sum of RGB (Red+Green+Blue) = 235+125+26=386 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.88% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB7D1A is #1482E5. Grayscale: #939393. Windows color (decimal): -1344230 or 1736171. OLE color: 1736171.

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

Color convert

RGB 235 125 26 -
CMYK 0 0.47 0.89 0.08
HSL 28.42º 0.84% 0.51% -
HSV(B) 28.42º 0.89% 0.92% -
XYZ 41.78 32.4 5.03 -
YUV 146.6 59.94 191.05 -
System Red Green Blue C M Y K H S L
Decimal 235 125 26 0 0.47 0.89 0.08 28.42 0.84 0.51
Hex EB 7D 1A 0 2F 59 8 1C 54 33
Octal 353 175 32 0 57 131 10 34 124 63
Binary 11101011 1111101 11010 0 101111 1011001 1000 11100 1010100 110011

Color Harmonies of #EB7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D1A

Black with #EB7D1A

Text Example


Text Example

White with #EB7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D1A; }

 p { color: rgb(235,125,26); }

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

background-color css

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

 a { background-color: rgb(235,125,26); }

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

border-color css

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

 span { border-color: rgb(235,125,26); }

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