Html Css Color HEX #EBA126 Carrot Orange

📋 copy color: '#EBA126'

red 235 ◦ green 161 ◦ blue 38

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

Shades of Carrot Orange #EBA126

Tints of Carrot Orange #EBA126

RGB

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

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

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

R = 54.15%
G = 37.1%
B = 8.76%

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

#EBA126 (or 0xEBA126) is known color: Carrot Orange. HEX triplet: EB, A1 and 26. RGB value is (235,161,38). Sum of RGB (Red+Green+Blue) = 235+161+38=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 38 (15.23% from 255 or 8.76% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA126 is #145ED9. Grayscale: #A9A9A9. Windows color (decimal): -1335002 or 2531819. OLE color: 2531819.

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

Color convert

RGB 235 161 38 -
CMYK 0 0.31 0.84 0.08
HSL 37.46º 0.83% 0.54% -
HSV(B) 37.46º 0.84% 0.92% -
XYZ 47.36 43.29 7.69 -
YUV 169.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 235 161 38 0 0.31 0.84 0.08 37.46 0.83 0.54
Hex EB A1 26 0 1F 54 8 25 53 36
Octal 353 241 46 0 37 124 10 45 123 66
Binary 11101011 10100001 100110 0 11111 1010100 1000 100101 1010011 110110

Color Harmonies of #EBA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA126

Black with #EBA126

Text Example


Text Example

White with #EBA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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