Html Css Color HEX #E69422 Carrot Orange

📋 copy color: '#E69422'

red 230 ◦ green 148 ◦ blue 34

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

Shades of Carrot Orange #E69422

Tints of Carrot Orange #E69422

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.92%

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

R = 55.83%
G = 35.92%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E69422 (or 0xE69422) is known color: Carrot Orange. HEX triplet: E6, 94 and 22. RGB value is (230,148,34). Sum of RGB (Red+Green+Blue) = 230+148+34=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E69422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69422 is #196BDD. Grayscale: #A0A0A0. Windows color (decimal): -1666014 or 2266342. OLE color: 2266342.

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

Color convert

RGB 230 148 34 -
CMYK 0 0.36 0.85 0.10
HSL 34.9º 0.8% 0.52% -
HSV(B) 34.9º 0.85% 0.9% -
XYZ 43.51 38.12 6.58 -
YUV 159.52 57.17 178.27 -
System Red Green Blue C M Y K H S L
Decimal 230 148 34 0 0.36 0.85 0.10 34.9 0.8 0.52
Hex E6 94 22 0 24 55 A 23 50 34
Octal 346 224 42 0 44 125 12 43 120 64
Binary 11100110 10010100 100010 0 100100 1010101 1010 100011 1010000 110100

Color Harmonies of #E69422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69422

Black with #E69422

Text Example


Text Example

White with #E69422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69422; }

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

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

background-color css

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

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

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

border-color css

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

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

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