Html Css Color HEX #EB952A Carrot Orange

📋 copy color: '#EB952A'

red 235 ◦ green 149 ◦ blue 42

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

Shades of Carrot Orange #EB952A

Tints of Carrot Orange #EB952A

RGB

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

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

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

R = 55.16%
G = 34.98%
B = 9.86%

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

#EB952A (or 0xEB952A) is known color: Carrot Orange. HEX triplet: EB, 95 and 2A. RGB value is (235,149,42). Sum of RGB (Red+Green+Blue) = 235+149+42=426 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.16% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 235 - color contains mainly: red. Hex color #EB952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB952A is #146AD5. Grayscale: #A3A3A3. Windows color (decimal): -1338070 or 2790891. OLE color: 2790891.

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

Color convert

RGB 235 149 42 -
CMYK 0 0.37 0.82 0.08
HSL 33.26º 0.83% 0.54% -
HSV(B) 33.26º 0.82% 0.92% -
XYZ 45.43 39.32 7.39 -
YUV 162.52 59.99 179.7 -
System Red Green Blue C M Y K H S L
Decimal 235 149 42 0 0.37 0.82 0.08 33.26 0.83 0.54
Hex EB 95 2A 0 25 52 8 21 53 36
Octal 353 225 52 0 45 122 10 41 123 66
Binary 11101011 10010101 101010 0 100101 1010010 1000 100001 1010011 110110

Color Harmonies of #EB952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB952A

Black with #EB952A

Text Example


Text Example

White with #EB952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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