Html Css Color HEX #EB962D Carrot Orange

📋 copy color: '#EB962D'

red 235 ◦ green 150 ◦ blue 45

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

Shades of Carrot Orange #EB962D

Tints of Carrot Orange #EB962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.88%

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 54.65%
G = 34.88%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB962D (or 0xEB962D) is known color: Carrot Orange. HEX triplet: EB, 96 and 2D. RGB value is (235,150,45). Sum of RGB (Red+Green+Blue) = 235+150+45=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EB962D is #1469D2. Grayscale: #A3A3A3. Windows color (decimal): -1337811 or 2987755. OLE color: 2987755.

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

Color convert

RGB 235 150 45 -
CMYK 0 0.36 0.81 0.08
HSL 33.16º 0.83% 0.55% -
HSV(B) 33.16º 0.81% 0.92% -
XYZ 45.64 39.66 7.73 -
YUV 163.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 235 150 45 0 0.36 0.81 0.08 33.16 0.83 0.55
Hex EB 96 2D 0 24 51 8 21 53 37
Octal 353 226 55 0 44 121 10 41 123 67
Binary 11101011 10010110 101101 0 100100 1010001 1000 100001 1010011 110111

Color Harmonies of #EB962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB962D

Black with #EB962D

Text Example


Text Example

White with #EB962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB962D; }

 p { color: rgb(235,150,45); }

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

background-color css

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

 a { background-color: rgb(235,150,45); }

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

border-color css

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

 span { border-color: rgb(235,150,45); }

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