Html Css Color HEX #E6901A Carrot Orange

📋 copy color: '#E6901A'

red 230 ◦ green 144 ◦ blue 26

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

Shades of Carrot Orange #E6901A

Tints of Carrot Orange #E6901A

RGB

 RED value IS 230 (90.23% from 255) = 57.5%

 GREEN value IS 144 (56.64% from 255) = 36%

 BLUE value IS 26 (10.55% from 255) = 6.5%

R = 57.5%
G = 36%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6901A (or 0xE6901A) is known color: Carrot Orange. HEX triplet: E6, 90 and 1A. RGB value is (230,144,26). Sum of RGB (Red+Green+Blue) = 230+144+26=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E6901A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6901A is #196FE5. Grayscale: #9C9C9C. Windows color (decimal): -1667046 or 1741030. OLE color: 1741030.

HSL color Cylindrical-coordinate representation of color #E6901A: hue angle of 34.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6901A is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 26 -
CMYK 0 0.37 0.89 0.10
HSL 34.71º 0.8% 0.5% -
HSV(B) 34.71º 0.89% 0.9% -
XYZ 42.79 36.84 5.83 -
YUV 156.26 54.49 180.59 -
System Red Green Blue C M Y K H S L
Decimal 230 144 26 0 0.37 0.89 0.10 34.71 0.8 0.5
Hex E6 90 1A 0 25 59 A 23 50 32
Octal 346 220 32 0 45 131 12 43 120 62
Binary 11100110 10010000 11010 0 100101 1011001 1010 100011 1010000 110010

Color Harmonies of #E6901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6901A

Black with #E6901A

Text Example


Text Example

White with #E6901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6901A; }

 p { color: rgb(230,144,26); }

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

background-color css

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

 a { background-color: rgb(230,144,26); }

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

border-color css

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

 span { border-color: rgb(230,144,26); }

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