Html Css Color HEX #EB932A Carrot Orange

📋 copy color: '#EB932A'

red 235 ◦ green 147 ◦ blue 42

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

Shades of Carrot Orange #EB932A

Tints of Carrot Orange #EB932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 42 (16.8% from 255) = 9.91%

R = 55.42%
G = 34.67%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB932A (or 0xEB932A) is known color: Carrot Orange. HEX triplet: EB, 93 and 2A. RGB value is (235,147,42). Sum of RGB (Red+Green+Blue) = 235+147+42=424 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.42% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 235 - color contains mainly: red. Hex color #EB932A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB932A is #146CD5. Grayscale: #A1A1A1. Windows color (decimal): -1338582 or 2790379. OLE color: 2790379.

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

Color convert

RGB 235 147 42 -
CMYK 0 0.37 0.82 0.08
HSL 32.64º 0.83% 0.54% -
HSV(B) 32.64º 0.82% 0.92% -
XYZ 45.11 38.7 7.28 -
YUV 161.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 235 147 42 0 0.37 0.82 0.08 32.64 0.83 0.54
Hex EB 93 2A 0 25 52 8 21 53 36
Octal 353 223 52 0 45 122 10 41 123 66
Binary 11101011 10010011 101010 0 100101 1010010 1000 100001 1010011 110110

Color Harmonies of #EB932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB932A

Black with #EB932A

Text Example


Text Example

White with #EB932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB932A; }

 p { color: rgb(235,147,42); }

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

background-color css

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

 a { background-color: rgb(235,147,42); }

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

border-color css

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

 span { border-color: rgb(235,147,42); }

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