Html Css Color HEX #E69123 Carrot Orange

📋 copy color: '#E69123'

red 230 ◦ green 145 ◦ blue 35

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

Shades of Carrot Orange #E69123

Tints of Carrot Orange #E69123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.54%

R = 56.1%
G = 35.37%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E69123 (or 0xE69123) is known color: Carrot Orange. HEX triplet: E6, 91 and 23. RGB value is (230,145,35). Sum of RGB (Red+Green+Blue) = 230+145+35=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E69123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69123 is #196EDC. Grayscale: #9E9E9E. Windows color (decimal): -1666781 or 2331110. OLE color: 2331110.

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

Color convert

RGB 230 145 35 -
CMYK 0 0.37 0.85 0.10
HSL 33.85º 0.8% 0.52% -
HSV(B) 33.85º 0.85% 0.9% -
XYZ 43.06 37.2 6.5 -
YUV 157.88 58.66 179.44 -
System Red Green Blue C M Y K H S L
Decimal 230 145 35 0 0.37 0.85 0.10 33.85 0.8 0.52
Hex E6 91 23 0 25 55 A 22 50 34
Octal 346 221 43 0 45 125 12 42 120 64
Binary 11100110 10010001 100011 0 100101 1010101 1010 100010 1010000 110100

Color Harmonies of #E69123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69123

Black with #E69123

Text Example


Text Example

White with #E69123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69123; }

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

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

background-color css

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

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

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

border-color css

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

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

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