Html Css Color HEX #E69728 Carrot Orange

📋 copy color: '#E69728'

red 230 ◦ green 151 ◦ blue 40

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

Shades of Carrot Orange #E69728

Tints of Carrot Orange #E69728

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.87%

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 54.63%
G = 35.87%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E69728 (or 0xE69728) is known color: Carrot Orange. HEX triplet: E6, 97 and 28. RGB value is (230,151,40). Sum of RGB (Red+Green+Blue) = 230+151+40=421 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.63% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 230 - color contains mainly: red. Hex color #E69728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69728 is #1968D7. Grayscale: #A2A2A2. Windows color (decimal): -1665240 or 2660326. OLE color: 2660326.

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

Color convert

RGB 230 151 40 -
CMYK 0 0.34 0.83 0.10
HSL 35.05º 0.79% 0.53% -
HSV(B) 35.05º 0.83% 0.9% -
XYZ 44.08 39.11 7.23 -
YUV 161.97 59.17 176.53 -
System Red Green Blue C M Y K H S L
Decimal 230 151 40 0 0.34 0.83 0.10 35.05 0.79 0.53
Hex E6 97 28 0 22 53 A 23 4F 35
Octal 346 227 50 0 42 123 12 43 117 65
Binary 11100110 10010111 101000 0 100010 1010011 1010 100011 1001111 110101

Color Harmonies of #E69728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69728

Black with #E69728

Text Example


Text Example

White with #E69728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69728; }

 p { color: rgb(230,151,40); }

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

background-color css

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

 a { background-color: rgb(230,151,40); }

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

border-color css

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

 span { border-color: rgb(230,151,40); }

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