Html Css Color HEX #E69524 Carrot Orange

📋 copy color: '#E69524'

red 230 ◦ green 149 ◦ blue 36

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

Shades of Carrot Orange #E69524

Tints of Carrot Orange #E69524

RGB

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

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

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

R = 55.42%
G = 35.9%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E69524 (or 0xE69524) is known color: Carrot Orange. HEX triplet: E6, 95 and 24. RGB value is (230,149,36). Sum of RGB (Red+Green+Blue) = 230+149+36=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E69524 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69524 is #196ADB. Grayscale: #A0A0A0. Windows color (decimal): -1665756 or 2397670. OLE color: 2397670.

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

Color convert

RGB 230 149 36 -
CMYK 0 0.35 0.84 0.10
HSL 34.95º 0.8% 0.52% -
HSV(B) 34.95º 0.84% 0.9% -
XYZ 43.7 38.45 6.79 -
YUV 160.34 57.84 177.69 -
System Red Green Blue C M Y K H S L
Decimal 230 149 36 0 0.35 0.84 0.10 34.95 0.8 0.52
Hex E6 95 24 0 23 54 A 23 50 34
Octal 346 225 44 0 43 124 12 43 120 64
Binary 11100110 10010101 100100 0 100011 1010100 1010 100011 1010000 110100

Color Harmonies of #E69524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69524

Black with #E69524

Text Example


Text Example

White with #E69524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69524; }

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

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

background-color css

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

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

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

border-color css

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

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

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