Html Css Color HEX #EBA324 Carrot Orange

📋 copy color: '#EBA324'

red 235 ◦ green 163 ◦ blue 36

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

Shades of Carrot Orange #EBA324

Tints of Carrot Orange #EBA324

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.56%

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

R = 54.15%
G = 37.56%
B = 8.29%

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

#EBA324 (or 0xEBA324) is known color: Carrot Orange. HEX triplet: EB, A3 and 24. RGB value is (235,163,36). Sum of RGB (Red+Green+Blue) = 235+163+36=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA324 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA324 is #145CDB. Grayscale: #AAAAAA. Windows color (decimal): -1334492 or 2401259. OLE color: 2401259.

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

Color convert

RGB 235 163 36 -
CMYK 0 0.31 0.85 0.08
HSL 38.29º 0.83% 0.53% -
HSV(B) 38.29º 0.85% 0.92% -
XYZ 47.68 43.98 7.65 -
YUV 170.05 52.35 174.33 -
System Red Green Blue C M Y K H S L
Decimal 235 163 36 0 0.31 0.85 0.08 38.29 0.83 0.53
Hex EB A3 24 0 1F 55 8 26 53 35
Octal 353 243 44 0 37 125 10 46 123 65
Binary 11101011 10100011 100100 0 11111 1010101 1000 100110 1010011 110101

Color Harmonies of #EBA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA324

Black with #EBA324

Text Example


Text Example

White with #EBA324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA324; }

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

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

background-color css

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

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

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

border-color css

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

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

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