Html Css Color HEX #E69128 Carrot Orange

📋 copy color: '#E69128'

red 230 ◦ green 145 ◦ blue 40

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

Shades of Carrot Orange #E69128

Tints of Carrot Orange #E69128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.64%

R = 55.42%
G = 34.94%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E69128 (or 0xE69128) is known color: Carrot Orange. HEX triplet: E6, 91 and 28. RGB value is (230,145,40). Sum of RGB (Red+Green+Blue) = 230+145+40=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 40 (16.02% from 255 or 9.64% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E69128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69128 is #196ED7. Grayscale: #9E9E9E. Windows color (decimal): -1666776 or 2658790. OLE color: 2658790.

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

Color convert

RGB 230 145 40 -
CMYK 0 0.37 0.83 0.10
HSL 33.16º 0.79% 0.53% -
HSV(B) 33.16º 0.83% 0.9% -
XYZ 43.14 37.23 6.92 -
YUV 158.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 230 145 40 0 0.37 0.83 0.10 33.16 0.79 0.53
Hex E6 91 28 0 25 53 A 21 4F 35
Octal 346 221 50 0 45 123 12 41 117 65
Binary 11100110 10010001 101000 0 100101 1010011 1010 100001 1001111 110101

Color Harmonies of #E69128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69128

Black with #E69128

Text Example


Text Example

White with #E69128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69128; }

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

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

background-color css

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

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

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

border-color css

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

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

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