Html Css Color HEX #EBA026 Carrot Orange

📋 copy color: '#EBA026'

red 235 ◦ green 160 ◦ blue 38

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

Shades of Carrot Orange #EBA026

Tints of Carrot Orange #EBA026

RGB

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

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

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

R = 54.27%
G = 36.95%
B = 8.78%

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

#EBA026 (or 0xEBA026) is known color: Carrot Orange. HEX triplet: EB, A0 and 26. RGB value is (235,160,38). Sum of RGB (Red+Green+Blue) = 235+160+38=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 38 (15.23% from 255 or 8.78% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA026 is #145FD9. Grayscale: #A9A9A9. Windows color (decimal): -1335258 or 2531563. OLE color: 2531563.

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

Color convert

RGB 235 160 38 -
CMYK 0 0.32 0.84 0.08
HSL 37.16º 0.83% 0.54% -
HSV(B) 37.16º 0.84% 0.92% -
XYZ 47.18 42.94 7.64 -
YUV 168.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 235 160 38 0 0.32 0.84 0.08 37.16 0.83 0.54
Hex EB A0 26 0 20 54 8 25 53 36
Octal 353 240 46 0 40 124 10 45 123 66
Binary 11101011 10100000 100110 0 100000 1010100 1000 100101 1010011 110110

Color Harmonies of #EBA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA026

Black with #EBA026

Text Example


Text Example

White with #EBA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA026; }

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

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

background-color css

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

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

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

border-color css

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

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

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