Html Css Color HEX #E69424 Carrot Orange

📋 copy color: '#E69424'

red 230 ◦ green 148 ◦ blue 36

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

Shades of Carrot Orange #E69424

Tints of Carrot Orange #E69424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.7%

R = 55.56%
G = 35.75%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E69424 (or 0xE69424) is known color: Carrot Orange. HEX triplet: E6, 94 and 24. RGB value is (230,148,36). Sum of RGB (Red+Green+Blue) = 230+148+36=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 36 (14.45% from 255 or 8.70% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E69424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69424 is #196BDB. Grayscale: #A0A0A0. Windows color (decimal): -1666012 or 2397414. OLE color: 2397414.

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

Color convert

RGB 230 148 36 -
CMYK 0 0.36 0.84 0.10
HSL 34.64º 0.8% 0.52% -
HSV(B) 34.64º 0.84% 0.9% -
XYZ 43.54 38.13 6.73 -
YUV 159.75 58.17 178.11 -
System Red Green Blue C M Y K H S L
Decimal 230 148 36 0 0.36 0.84 0.10 34.64 0.8 0.52
Hex E6 94 24 0 24 54 A 23 50 34
Octal 346 224 44 0 44 124 12 43 120 64
Binary 11100110 10010100 100100 0 100100 1010100 1010 100011 1010000 110100

Color Harmonies of #E69424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69424

Black with #E69424

Text Example


Text Example

White with #E69424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69424; }

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

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

background-color css

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

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

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

border-color css

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

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

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