Html Css Color HEX #E69413 Gamboge

📋 copy color: '#E69413'

red 230 ◦ green 148 ◦ blue 19

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

Shades of Gamboge #E69413

Tints of Gamboge #E69413

RGB

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

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

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

R = 57.93%
G = 37.28%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E69413 (or 0xE69413) is known color: Gamboge. HEX triplet: E6, 94 and 13. RGB value is (230,148,19). Sum of RGB (Red+Green+Blue) = 230+148+19=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 19 (7.81% from 255 or 4.79% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E69413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69413 is #196BEC. Grayscale: #9E9E9E. Windows color (decimal): -1666029 or 1283302. OLE color: 1283302.

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

Color convert

RGB 230 148 19 -
CMYK 0 0.36 0.92 0.10
HSL 36.68º 0.85% 0.49% -
HSV(B) 36.68º 0.92% 0.9% -
XYZ 43.34 38.05 5.68 -
YUV 157.81 49.67 179.49 -
System Red Green Blue C M Y K H S L
Decimal 230 148 19 0 0.36 0.92 0.10 36.68 0.85 0.49
Hex E6 94 13 0 24 5C A 25 55 31
Octal 346 224 23 0 44 134 12 45 125 61
Binary 11100110 10010100 10011 0 100100 1011100 1010 100101 1010101 110001

Color Harmonies of #E69413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69413

Black with #E69413

Text Example


Text Example

White with #E69413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69413; }

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

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

background-color css

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

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

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

border-color css

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

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

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