Html Css Color HEX #EB942C Carrot Orange

📋 copy color: '#EB942C'

red 235 ◦ green 148 ◦ blue 44

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

Shades of Carrot Orange #EB942C

Tints of Carrot Orange #EB942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.66%

 BLUE value IS 44 (17.58% from 255) = 10.3%

R = 55.04%
G = 34.66%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB942C (or 0xEB942C) is known color: Carrot Orange. HEX triplet: EB, 94 and 2C. RGB value is (235,148,44). Sum of RGB (Red+Green+Blue) = 235+148+44=427 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.04% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 235 - color contains mainly: red. Hex color #EB942C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB942C is #146BD3. Grayscale: #A2A2A2. Windows color (decimal): -1338324 or 2921707. OLE color: 2921707.

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

Color convert

RGB 235 148 44 -
CMYK 0 0.37 0.81 0.08
HSL 32.67º 0.83% 0.55% -
HSV(B) 32.67º 0.81% 0.92% -
XYZ 45.31 39.02 7.53 -
YUV 162.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 235 148 44 0 0.37 0.81 0.08 32.67 0.83 0.55
Hex EB 94 2C 0 25 51 8 21 53 37
Octal 353 224 54 0 45 121 10 41 123 67
Binary 11101011 10010100 101100 0 100101 1010001 1000 100001 1010011 110111

Color Harmonies of #EB942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB942C

Black with #EB942C

Text Example


Text Example

White with #EB942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB942C; }

 p { color: rgb(235,148,44); }

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

background-color css

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

 a { background-color: rgb(235,148,44); }

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

border-color css

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

 span { border-color: rgb(235,148,44); }

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