Html Css Color HEX #EBA125 Carrot Orange

📋 copy color: '#EBA125'

red 235 ◦ green 161 ◦ blue 37

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

Shades of Carrot Orange #EBA125

Tints of Carrot Orange #EBA125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 37 (14.84% from 255) = 8.55%

R = 54.27%
G = 37.18%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA125 (or 0xEBA125) is known color: Carrot Orange. HEX triplet: EB, A1 and 25. RGB value is (235,161,37). Sum of RGB (Red+Green+Blue) = 235+161+37=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA125 is #145EDA. Grayscale: #A9A9A9. Windows color (decimal): -1335003 or 2466283. OLE color: 2466283.

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

Color convert

RGB 235 161 37 -
CMYK 0 0.31 0.84 0.08
HSL 37.58º 0.83% 0.53% -
HSV(B) 37.58º 0.84% 0.92% -
XYZ 47.34 43.29 7.61 -
YUV 168.99 53.52 175.08 -
System Red Green Blue C M Y K H S L
Decimal 235 161 37 0 0.31 0.84 0.08 37.58 0.83 0.53
Hex EB A1 25 0 1F 54 8 26 53 35
Octal 353 241 45 0 37 124 10 46 123 65
Binary 11101011 10100001 100101 0 11111 1010100 1000 100110 1010011 110101

Color Harmonies of #EBA125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA125

Black with #EBA125

Text Example


Text Example

White with #EBA125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA125; }

 p { color: rgb(235,161,37); }

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

background-color css

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

 a { background-color: rgb(235,161,37); }

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

border-color css

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

 span { border-color: rgb(235,161,37); }

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