Html Css Color HEX #EBA022 Carrot Orange

📋 copy color: '#EBA022'

red 235 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #EBA022

Tints of Carrot Orange #EBA022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.93%

R = 54.78%
G = 37.3%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA022 (or 0xEBA022) is known color: Carrot Orange. HEX triplet: EB, A0 and 22. RGB value is (235,160,34). Sum of RGB (Red+Green+Blue) = 235+160+34=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 34 (13.67% from 255 or 7.93% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA022 is #145FDD. Grayscale: #A8A8A8. Windows color (decimal): -1335262 or 2269419. OLE color: 2269419.

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

Color convert

RGB 235 160 34 -
CMYK 0 0.32 0.86 0.08
HSL 37.61º 0.83% 0.53% -
HSV(B) 37.61º 0.86% 0.92% -
XYZ 47.12 42.92 7.31 -
YUV 168.06 52.35 175.75 -
System Red Green Blue C M Y K H S L
Decimal 235 160 34 0 0.32 0.86 0.08 37.61 0.83 0.53
Hex EB A0 22 0 20 56 8 26 53 35
Octal 353 240 42 0 40 126 10 46 123 65
Binary 11101011 10100000 100010 0 100000 1010110 1000 100110 1010011 110101

Color Harmonies of #EBA022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA022

Black with #EBA022

Text Example


Text Example

White with #EBA022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA022; }

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

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

background-color css

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

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

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

border-color css

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

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

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