Html Css Color HEX #E69124 Carrot Orange

📋 copy color: '#E69124'

red 230 ◦ green 145 ◦ blue 36

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

Shades of Carrot Orange #E69124

Tints of Carrot Orange #E69124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.28%

 BLUE value IS 36 (14.45% from 255) = 8.76%

R = 55.96%
G = 35.28%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E69124 (or 0xE69124) is known color: Carrot Orange. HEX triplet: E6, 91 and 24. RGB value is (230,145,36). Sum of RGB (Red+Green+Blue) = 230+145+36=411 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.96% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 36 (14.45% from 255 or 8.76% from 411); Max value from RGB is 230 - color contains mainly: red. Hex color #E69124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69124 is #196EDB. Grayscale: #9E9E9E. Windows color (decimal): -1666780 or 2396646. OLE color: 2396646.

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

Color convert

RGB 230 145 36 -
CMYK 0 0.37 0.84 0.10
HSL 33.71º 0.8% 0.52% -
HSV(B) 33.71º 0.84% 0.9% -
XYZ 43.08 37.2 6.58 -
YUV 157.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 230 145 36 0 0.37 0.84 0.10 33.71 0.8 0.52
Hex E6 91 24 0 25 54 A 22 50 34
Octal 346 221 44 0 45 124 12 42 120 64
Binary 11100110 10010001 100100 0 100101 1010100 1010 100010 1010000 110100

Color Harmonies of #E69124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69124

Black with #E69124

Text Example


Text Example

White with #E69124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69124; }

 p { color: rgb(230,145,36); }

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

background-color css

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

 a { background-color: rgb(230,145,36); }

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

border-color css

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

 span { border-color: rgb(230,145,36); }

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