Html Css Color HEX #E69328 Carrot Orange

📋 copy color: '#E69328'

red 230 ◦ green 147 ◦ blue 40

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

Shades of Carrot Orange #E69328

Tints of Carrot Orange #E69328

RGB

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

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

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

R = 55.16%
G = 35.25%
B = 9.59%

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

#E69328 (or 0xE69328) is known color: Carrot Orange. HEX triplet: E6, 93 and 28. RGB value is (230,147,40). Sum of RGB (Red+Green+Blue) = 230+147+40=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E69328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69328 is #196CD7. Grayscale: #A0A0A0. Windows color (decimal): -1666264 or 2659302. OLE color: 2659302.

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

Color convert

RGB 230 147 40 -
CMYK 0 0.36 0.83 0.10
HSL 33.79º 0.79% 0.53% -
HSV(B) 33.79º 0.83% 0.9% -
XYZ 43.45 37.84 7.02 -
YUV 159.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 230 147 40 0 0.36 0.83 0.10 33.79 0.79 0.53
Hex E6 93 28 0 24 53 A 22 4F 35
Octal 346 223 50 0 44 123 12 42 117 65
Binary 11100110 10010011 101000 0 100100 1010011 1010 100010 1001111 110101

Color Harmonies of #E69328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69328

Black with #E69328

Text Example


Text Example

White with #E69328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69328; }

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

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

background-color css

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

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

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

border-color css

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

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

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