Html Css Color HEX #EBA222 Carrot Orange

📋 copy color: '#EBA222'

red 235 ◦ green 162 ◦ blue 34

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

Shades of Carrot Orange #EBA222

Tints of Carrot Orange #EBA222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 54.52%
G = 37.59%
B = 7.89%

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

#EBA222 (or 0xEBA222) is known color: Carrot Orange. HEX triplet: EB, A2 and 22. RGB value is (235,162,34). Sum of RGB (Red+Green+Blue) = 235+162+34=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA222 is #145DDD. Grayscale: #A9A9A9. Windows color (decimal): -1334750 or 2269931. OLE color: 2269931.

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

Color convert

RGB 235 162 34 -
CMYK 0 0.31 0.86 0.08
HSL 38.21º 0.83% 0.53% -
HSV(B) 38.21º 0.86% 0.92% -
XYZ 47.47 43.62 7.43 -
YUV 169.24 51.68 174.91 -
System Red Green Blue C M Y K H S L
Decimal 235 162 34 0 0.31 0.86 0.08 38.21 0.83 0.53
Hex EB A2 22 0 1F 56 8 26 53 35
Octal 353 242 42 0 37 126 10 46 123 65
Binary 11101011 10100010 100010 0 11111 1010110 1000 100110 1010011 110101

Color Harmonies of #EBA222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA222

Black with #EBA222

Text Example


Text Example

White with #EBA222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA222; }

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

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

background-color css

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

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

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

border-color css

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

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

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