Html Css Color HEX #EB952C Carrot Orange

📋 copy color: '#EB952C'

red 235 ◦ green 149 ◦ blue 44

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

Shades of Carrot Orange #EB952C

Tints of Carrot Orange #EB952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

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

R = 54.91%
G = 34.81%
B = 10.28%

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

#EB952C (or 0xEB952C) is known color: Carrot Orange. HEX triplet: EB, 95 and 2C. RGB value is (235,149,44). Sum of RGB (Red+Green+Blue) = 235+149+44=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB952C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB952C is #146AD3. Grayscale: #A3A3A3. Windows color (decimal): -1338068 or 2921963. OLE color: 2921963.

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

Color convert

RGB 235 149 44 -
CMYK 0 0.37 0.81 0.08
HSL 32.98º 0.83% 0.55% -
HSV(B) 32.98º 0.81% 0.92% -
XYZ 45.46 39.34 7.58 -
YUV 162.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 235 149 44 0 0.37 0.81 0.08 32.98 0.83 0.55
Hex EB 95 2C 0 25 51 8 21 53 37
Octal 353 225 54 0 45 121 10 41 123 67
Binary 11101011 10010101 101100 0 100101 1010001 1000 100001 1010011 110111

Color Harmonies of #EB952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB952C

Black with #EB952C

Text Example


Text Example

White with #EB952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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