Html Css Color HEX #E69528 Carrot Orange

📋 copy color: '#E69528'

red 230 ◦ green 149 ◦ blue 40

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

Shades of Carrot Orange #E69528

Tints of Carrot Orange #E69528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.56%

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

R = 54.89%
G = 35.56%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#E69528 (or 0xE69528) is known color: Carrot Orange. HEX triplet: E6, 95 and 28. RGB value is (230,149,40). Sum of RGB (Red+Green+Blue) = 230+149+40=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 40 (16.02% from 255 or 9.55% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E69528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69528 is #196AD7. Grayscale: #A1A1A1. Windows color (decimal): -1665752 or 2659814. OLE color: 2659814.

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

Color convert

RGB 230 149 40 -
CMYK 0 0.35 0.83 0.10
HSL 34.42º 0.79% 0.53% -
HSV(B) 34.42º 0.83% 0.9% -
XYZ 43.76 38.47 7.13 -
YUV 160.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 230 149 40 0 0.35 0.83 0.10 34.42 0.79 0.53
Hex E6 95 28 0 23 53 A 22 4F 35
Octal 346 225 50 0 43 123 12 42 117 65
Binary 11100110 10010101 101000 0 100011 1010011 1010 100010 1001111 110101

Color Harmonies of #E69528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69528

Black with #E69528

Text Example


Text Example

White with #E69528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69528; }

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

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

background-color css

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

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

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

border-color css

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

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

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