Html Css Color HEX #E69222 Carrot Orange

📋 copy color: '#E69222'

red 230 ◦ green 146 ◦ blue 34

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

Shades of Carrot Orange #E69222

Tints of Carrot Orange #E69222

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 34 (13.67% from 255) = 8.29%

R = 56.1%
G = 35.61%
B = 8.29%

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

#E69222 (or 0xE69222) is known color: Carrot Orange. HEX triplet: E6, 92 and 22. RGB value is (230,146,34). Sum of RGB (Red+Green+Blue) = 230+146+34=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E69222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69222 is #196DDD. Grayscale: #9E9E9E. Windows color (decimal): -1666526 or 2265830. OLE color: 2265830.

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

Color convert

RGB 230 146 34 -
CMYK 0 0.37 0.85 0.10
HSL 34.29º 0.8% 0.52% -
HSV(B) 34.29º 0.85% 0.9% -
XYZ 43.2 37.5 6.47 -
YUV 158.35 57.83 179.11 -
System Red Green Blue C M Y K H S L
Decimal 230 146 34 0 0.37 0.85 0.10 34.29 0.8 0.52
Hex E6 92 22 0 25 55 A 22 50 34
Octal 346 222 42 0 45 125 12 42 120 64
Binary 11100110 10010010 100010 0 100101 1010101 1010 100010 1010000 110100

Color Harmonies of #E69222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69222

Black with #E69222

Text Example


Text Example

White with #E69222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69222; }

 p { color: rgb(230,146,34); }

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

background-color css

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

 a { background-color: rgb(230,146,34); }

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

border-color css

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

 span { border-color: rgb(230,146,34); }

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