Html Css Color HEX #E69129 Carrot Orange

📋 copy color: '#E69129'

red 230 ◦ green 145 ◦ blue 41

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

Shades of Carrot Orange #E69129

Tints of Carrot Orange #E69129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.86%

R = 55.29%
G = 34.86%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E69129 (or 0xE69129) is known color: Carrot Orange. HEX triplet: E6, 91 and 29. RGB value is (230,145,41). Sum of RGB (Red+Green+Blue) = 230+145+41=416 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.29% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 41 (16.41% from 255 or 9.86% from 416); Max value from RGB is 230 - color contains mainly: red. Hex color #E69129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69129 is #196ED6. Grayscale: #9F9F9F. Windows color (decimal): -1666775 or 2724326. OLE color: 2724326.

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

Color convert

RGB 230 145 41 -
CMYK 0 0.37 0.82 0.10
HSL 33.02º 0.79% 0.53% -
HSV(B) 33.02º 0.82% 0.9% -
XYZ 43.16 37.23 7.01 -
YUV 158.56 61.66 178.96 -
System Red Green Blue C M Y K H S L
Decimal 230 145 41 0 0.37 0.82 0.10 33.02 0.79 0.53
Hex E6 91 29 0 25 52 A 21 4F 35
Octal 346 221 51 0 45 122 12 41 117 65
Binary 11100110 10010001 101001 0 100101 1010010 1010 100001 1001111 110101

Color Harmonies of #E69129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69129

Black with #E69129

Text Example


Text Example

White with #E69129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69129; }

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

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

background-color css

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

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

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

border-color css

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

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

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