Html Css Color HEX #E9962D Carrot Orange

📋 copy color: '#E9962D'

red 233 ◦ green 150 ◦ blue 45

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

Shades of Carrot Orange #E9962D

Tints of Carrot Orange #E9962D

RGB

 RED value IS 233 (91.41% from 255) = 54.44%

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

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

R = 54.44%
G = 35.05%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9962D (or 0xE9962D) is known color: Carrot Orange. HEX triplet: E9, 96 and 2D. RGB value is (233,150,45). Sum of RGB (Red+Green+Blue) = 233+150+45=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9962D is #1669D2. Grayscale: #A3A3A3. Windows color (decimal): -1468883 or 2987753. OLE color: 2987753.

HSL color Cylindrical-coordinate representation of color #E9962D: hue angle of 33.51º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9962D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 150 45 -
CMYK 0 0.36 0.81 0.09
HSL 33.51º 0.81% 0.55% -
HSV(B) 33.51º 0.81% 0.91% -
XYZ 44.98 39.33 7.7 -
YUV 162.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 233 150 45 0 0.36 0.81 0.09 33.51 0.81 0.55
Hex E9 96 2D 0 24 51 9 22 51 37
Octal 351 226 55 0 44 121 11 42 121 67
Binary 11101001 10010110 101101 0 100100 1010001 1001 100010 1010001 110111

Color Harmonies of #E9962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9962D

Black with #E9962D

Text Example


Text Example

White with #E9962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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