Html Css Color HEX #EBA224 Carrot Orange

📋 copy color: '#EBA224'

red 235 ◦ green 162 ◦ blue 36

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

Shades of Carrot Orange #EBA224

Tints of Carrot Orange #EBA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 36 (14.45% from 255) = 8.31%

R = 54.27%
G = 37.41%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EBA224 (or 0xEBA224) is known color: Carrot Orange. HEX triplet: EB, A2 and 24. RGB value is (235,162,36). Sum of RGB (Red+Green+Blue) = 235+162+36=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA224 is #145DDB. Grayscale: #AAAAAA. Windows color (decimal): -1334748 or 2401003. OLE color: 2401003.

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

Color convert

RGB 235 162 36 -
CMYK 0 0.31 0.85 0.08
HSL 37.99º 0.83% 0.53% -
HSV(B) 37.99º 0.85% 0.92% -
XYZ 47.5 43.63 7.59 -
YUV 169.46 52.68 174.75 -
System Red Green Blue C M Y K H S L
Decimal 235 162 36 0 0.31 0.85 0.08 37.99 0.83 0.53
Hex EB A2 24 0 1F 55 8 26 53 35
Octal 353 242 44 0 37 125 10 46 123 65
Binary 11101011 10100010 100100 0 11111 1010101 1000 100110 1010011 110101

Color Harmonies of #EBA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA224

Black with #EBA224

Text Example


Text Example

White with #EBA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA224; }

 p { color: rgb(235,162,36); }

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

background-color css

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

 a { background-color: rgb(235,162,36); }

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

border-color css

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

 span { border-color: rgb(235,162,36); }

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