Html Css Color HEX #EBA323 Carrot Orange

📋 copy color: '#EBA323'

red 235 ◦ green 163 ◦ blue 35

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

Shades of Carrot Orange #EBA323

Tints of Carrot Orange #EBA323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.08%

R = 54.27%
G = 37.64%
B = 8.08%

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

#EBA323 (or 0xEBA323) is known color: Carrot Orange. HEX triplet: EB, A3 and 23. RGB value is (235,163,35). Sum of RGB (Red+Green+Blue) = 235+163+35=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 35 (14.06% from 255 or 8.08% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA323 is #145CDC. Grayscale: #AAAAAA. Windows color (decimal): -1334493 or 2335723. OLE color: 2335723.

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

Color convert

RGB 235 163 35 -
CMYK 0 0.31 0.85 0.08
HSL 38.4º 0.83% 0.53% -
HSV(B) 38.4º 0.85% 0.92% -
XYZ 47.66 43.98 7.57 -
YUV 169.94 51.85 174.41 -
System Red Green Blue C M Y K H S L
Decimal 235 163 35 0 0.31 0.85 0.08 38.4 0.83 0.53
Hex EB A3 23 0 1F 55 8 26 53 35
Octal 353 243 43 0 37 125 10 46 123 65
Binary 11101011 10100011 100011 0 11111 1010101 1000 100110 1010011 110101

Color Harmonies of #EBA323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA323

Black with #EBA323

Text Example


Text Example

White with #EBA323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA323; }

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

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

background-color css

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

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

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

border-color css

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

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

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