Html Css Color HEX #E69013 Gamboge

📋 copy color: '#E69013'

red 230 ◦ green 144 ◦ blue 19

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

Shades of Gamboge #E69013

Tints of Gamboge #E69013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 19 (7.81% from 255) = 4.83%

R = 58.52%
G = 36.64%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E69013 (or 0xE69013) is known color: Gamboge. HEX triplet: E6, 90 and 13. RGB value is (230,144,19). Sum of RGB (Red+Green+Blue) = 230+144+19=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E69013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69013 is #196FEC. Grayscale: #9C9C9C. Windows color (decimal): -1667053 or 1282278. OLE color: 1282278.

HSL color Cylindrical-coordinate representation of color #E69013: hue angle of 35.55º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E69013 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 19 -
CMYK 0 0.37 0.92 0.10
HSL 35.55º 0.85% 0.49% -
HSV(B) 35.55º 0.92% 0.9% -
XYZ 42.72 36.82 5.47 -
YUV 155.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 230 144 19 0 0.37 0.92 0.10 35.55 0.85 0.49
Hex E6 90 13 0 25 5C A 24 55 31
Octal 346 220 23 0 45 134 12 44 125 61
Binary 11100110 10010000 10011 0 100101 1011100 1010 100100 1010101 110001

Color Harmonies of #E69013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69013

Black with #E69013

Text Example


Text Example

White with #E69013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69013; }

 p { color: rgb(230,144,19); }

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

background-color css

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

 a { background-color: rgb(230,144,19); }

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

border-color css

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

 span { border-color: rgb(230,144,19); }

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