Html Css Color HEX #E69326 Carrot Orange

📋 copy color: '#E69326'

red 230 ◦ green 147 ◦ blue 38

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

Shades of Carrot Orange #E69326

Tints of Carrot Orange #E69326

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

 BLUE value IS 38 (15.23% from 255) = 9.16%

R = 55.42%
G = 35.42%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E69326 (or 0xE69326) is known color: Carrot Orange. HEX triplet: E6, 93 and 26. RGB value is (230,147,38). Sum of RGB (Red+Green+Blue) = 230+147+38=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E69326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69326 is #196CD9. Grayscale: #9F9F9F. Windows color (decimal): -1666266 or 2528230. OLE color: 2528230.

HSL color Cylindrical-coordinate representation of color #E69326: hue angle of 34.06º 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 #E69326 is Cyan = 0, Magento = 0.36, Yellow = 0.83 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 147 38 -
CMYK 0 0.36 0.83 0.10
HSL 34.06º 0.79% 0.53% -
HSV(B) 34.06º 0.83% 0.9% -
XYZ 43.42 37.83 6.85 -
YUV 159.39 59.5 178.36 -
System Red Green Blue C M Y K H S L
Decimal 230 147 38 0 0.36 0.83 0.10 34.06 0.79 0.53
Hex E6 93 26 0 24 53 A 22 4F 35
Octal 346 223 46 0 44 123 12 42 117 65
Binary 11100110 10010011 100110 0 100100 1010011 1010 100010 1001111 110101

Color Harmonies of #E69326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69326

Black with #E69326

Text Example


Text Example

White with #E69326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69326; }

 p { color: rgb(230,147,38); }

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

background-color css

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

 a { background-color: rgb(230,147,38); }

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

border-color css

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

 span { border-color: rgb(230,147,38); }

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