Html Css Color HEX #EBA320 Carrot Orange

📋 copy color: '#EBA320'

red 235 ◦ green 163 ◦ blue 32

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

Shades of Carrot Orange #EBA320

Tints of Carrot Orange #EBA320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.44%

R = 54.65%
G = 37.91%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EBA320 (or 0xEBA320) is known color: Carrot Orange. HEX triplet: EB, A3 and 20. RGB value is (235,163,32). Sum of RGB (Red+Green+Blue) = 235+163+32=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA320 is #145CDF. Grayscale: #AAAAAA. Windows color (decimal): -1334496 or 2139115. OLE color: 2139115.

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

Color convert

RGB 235 163 32 -
CMYK 0 0.31 0.86 0.08
HSL 38.72º 0.84% 0.52% -
HSV(B) 38.72º 0.86% 0.92% -
XYZ 47.62 43.96 7.34 -
YUV 169.59 50.35 174.65 -
System Red Green Blue C M Y K H S L
Decimal 235 163 32 0 0.31 0.86 0.08 38.72 0.84 0.52
Hex EB A3 20 0 1F 56 8 27 54 34
Octal 353 243 40 0 37 126 10 47 124 64
Binary 11101011 10100011 100000 0 11111 1010110 1000 100111 1010100 110100

Color Harmonies of #EBA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA320

Black with #EBA320

Text Example


Text Example

White with #EBA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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