Html Css Color HEX #E69414 Gamboge

📋 copy color: '#E69414'

red 230 ◦ green 148 ◦ blue 20

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

Shades of Gamboge #E69414

Tints of Gamboge #E69414

RGB

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

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

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

R = 57.79%
G = 37.19%
B = 5.03%

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

#E69414 (or 0xE69414) is known color: Gamboge. HEX triplet: E6, 94 and 14. RGB value is (230,148,20). Sum of RGB (Red+Green+Blue) = 230+148+20=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 20 (8.20% from 255 or 5.03% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E69414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69414 is #196BEB. Grayscale: #9E9E9E. Windows color (decimal): -1666028 or 1348838. OLE color: 1348838.

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

Color convert

RGB 230 148 20 -
CMYK 0 0.36 0.91 0.10
HSL 36.57º 0.84% 0.49% -
HSV(B) 36.57º 0.91% 0.9% -
XYZ 43.35 38.05 5.72 -
YUV 157.93 50.17 179.41 -
System Red Green Blue C M Y K H S L
Decimal 230 148 20 0 0.36 0.91 0.10 36.57 0.84 0.49
Hex E6 94 14 0 24 5B A 25 54 31
Octal 346 224 24 0 44 133 12 45 124 61
Binary 11100110 10010100 10100 0 100100 1011011 1010 100101 1010100 110001

Color Harmonies of #E69414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69414

Black with #E69414

Text Example


Text Example

White with #E69414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69414; }

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

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

background-color css

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

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

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

border-color css

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

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

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