Html Css Color HEX #EBA025 Carrot Orange

📋 copy color: '#EBA025'

red 235 ◦ green 160 ◦ blue 37

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

Shades of Carrot Orange #EBA025

Tints of Carrot Orange #EBA025

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.04%

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

R = 54.4%
G = 37.04%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EBA025 (or 0xEBA025) is known color: Carrot Orange. HEX triplet: EB, A0 and 25. RGB value is (235,160,37). Sum of RGB (Red+Green+Blue) = 235+160+37=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 37 (14.84% from 255 or 8.56% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA025 is #145FDA. Grayscale: #A8A8A8. Windows color (decimal): -1335259 or 2466027. OLE color: 2466027.

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

Color convert

RGB 235 160 37 -
CMYK 0 0.32 0.84 0.08
HSL 37.27º 0.83% 0.53% -
HSV(B) 37.27º 0.84% 0.92% -
XYZ 47.17 42.94 7.55 -
YUV 168.4 53.85 175.5 -
System Red Green Blue C M Y K H S L
Decimal 235 160 37 0 0.32 0.84 0.08 37.27 0.83 0.53
Hex EB A0 25 0 20 54 8 25 53 35
Octal 353 240 45 0 40 124 10 45 123 65
Binary 11101011 10100000 100101 0 100000 1010100 1000 100101 1010011 110101

Color Harmonies of #EBA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA025

Black with #EBA025

Text Example


Text Example

White with #EBA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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