Html Css Color HEX #E7A022 Carrot Orange

📋 copy color: '#E7A022'

red 231 ◦ green 160 ◦ blue 34

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

Shades of Carrot Orange #E7A022

Tints of Carrot Orange #E7A022

RGB

 RED value IS 231 (90.63% from 255) = 54.35%

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 54.35%
G = 37.65%
B = 8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.09

RGB Variations

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

Color information

#E7A022 (or 0xE7A022) is known color: Carrot Orange. HEX triplet: E7, A0 and 22. RGB value is (231,160,34). Sum of RGB (Red+Green+Blue) = 231+160+34=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A022 is #185FDD. Grayscale: #A7A7A7. Windows color (decimal): -1597406 or 2269415. OLE color: 2269415.

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

Color convert

RGB 231 160 34 -
CMYK 0 0.31 0.85 0.09
HSL 38.38º 0.8% 0.52% -
HSV(B) 38.38º 0.85% 0.91% -
XYZ 45.81 42.25 7.25 -
YUV 166.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 231 160 34 0 0.31 0.85 0.09 38.38 0.8 0.52
Hex E7 A0 22 0 1F 55 9 26 50 34
Octal 347 240 42 0 37 125 11 46 120 64
Binary 11100111 10100000 100010 0 11111 1010101 1001 100110 1010000 110100

Color Harmonies of #E7A022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A022

Black with #E7A022

Text Example


Text Example

White with #E7A022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A022; }

 p { color: rgb(231,160,34); }

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

background-color css

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

 a { background-color: rgb(231,160,34); }

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

border-color css

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

 span { border-color: rgb(231,160,34); }

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