Html Css Color HEX #EBA223 Carrot Orange

📋 copy color: '#EBA223'

red 235 ◦ green 162 ◦ blue 35

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

Shades of Carrot Orange #EBA223

Tints of Carrot Orange #EBA223

RGB

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

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

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

R = 54.4%
G = 37.5%
B = 8.1%

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

#EBA223 (or 0xEBA223) is known color: Carrot Orange. HEX triplet: EB, A2 and 23. RGB value is (235,162,35). Sum of RGB (Red+Green+Blue) = 235+162+35=432 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.40% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA223 is #145DDC. Grayscale: #A9A9A9. Windows color (decimal): -1334749 or 2335467. OLE color: 2335467.

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

Color convert

RGB 235 162 35 -
CMYK 0 0.31 0.85 0.08
HSL 38.1º 0.83% 0.53% -
HSV(B) 38.1º 0.85% 0.92% -
XYZ 47.48 43.62 7.51 -
YUV 169.35 52.18 174.83 -
System Red Green Blue C M Y K H S L
Decimal 235 162 35 0 0.31 0.85 0.08 38.1 0.83 0.53
Hex EB A2 23 0 1F 55 8 26 53 35
Octal 353 242 43 0 37 125 10 46 123 65
Binary 11101011 10100010 100011 0 11111 1010101 1000 100110 1010011 110101

Color Harmonies of #EBA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA223

Black with #EBA223

Text Example


Text Example

White with #EBA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA223; }

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

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

background-color css

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

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

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

border-color css

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

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

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