Html Css Color HEX #E69314 Gamboge

📋 copy color: '#E69314'

red 230 ◦ green 147 ◦ blue 20

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

Shades of Gamboge #E69314

Tints of Gamboge #E69314

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

 BLUE value IS 20 (8.2% from 255) = 5.04%

R = 57.93%
G = 37.03%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E69314 (or 0xE69314) is known color: Gamboge. HEX triplet: E6, 93 and 14. RGB value is (230,147,20). Sum of RGB (Red+Green+Blue) = 230+147+20=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E69314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69314 is #196CEB. Grayscale: #9D9D9D. Windows color (decimal): -1666284 or 1348582. OLE color: 1348582.

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

Color convert

RGB 230 147 20 -
CMYK 0 0.36 0.91 0.10
HSL 36.29º 0.84% 0.49% -
HSV(B) 36.29º 0.91% 0.9% -
XYZ 43.19 37.74 5.67 -
YUV 157.34 50.5 179.83 -
System Red Green Blue C M Y K H S L
Decimal 230 147 20 0 0.36 0.91 0.10 36.29 0.84 0.49
Hex E6 93 14 0 24 5B A 24 54 31
Octal 346 223 24 0 44 133 12 44 124 61
Binary 11100110 10010011 10100 0 100100 1011011 1010 100100 1010100 110001

Color Harmonies of #E69314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69314

Black with #E69314

Text Example


Text Example

White with #E69314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69314; }

 p { color: rgb(230,147,20); }

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

background-color css

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

 a { background-color: rgb(230,147,20); }

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

border-color css

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

 span { border-color: rgb(230,147,20); }

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