#E69425

Color #E69425 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #E69425

Tints of Carrot Orange #E69425

Color information

#E69425 (or 0xE69425) is unknown color: approx Carrot Orange. HEX triplet: E6, 94 and 25. RGB value is (230,148,37). Sum of RGB (Red+Green+Blue) = 230+148+37=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 37 (14.84% from 255 or 8.92% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E69425 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69425 is #196BDA. Grayscale: #A0A0A0. Windows color (decimal): -1666011 or 2462950. OLE color: 2462950.

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

Color convert

RGB23014837-
CMYK00.360.840.10
HSL34.51º79.42%52.35%-
HSV(B)34.51º83.91%90.2%-
XYZ43.5638.146.82-
YUV159.8658.67178.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.42%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 37 (14.84% from 255) = 8.92%
R=55.42%
G=35.66%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.84
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301483700.360.840.1034.5179.4252.35
HexE6942502454A234f34
Octal34622445044124124311764
Binary11100110100101001001010100100101010010101000111001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69425; }

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

 H1.HeaderClassName
 {
   color: #E69425;
 }
 .AnyTagClassName
 {
   color: #E69425;
 }
</style>
background-color css

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

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

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

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

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

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