Html Css Color HEX #E69914 Gamboge

📋 copy color: '#E69914'

red 230 ◦ green 153 ◦ blue 20

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

Shades of Gamboge #E69914

Tints of Gamboge #E69914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.97%

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

R = 57.07%
G = 37.97%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E69914 (or 0xE69914) is known color: Gamboge. HEX triplet: E6, 99 and 14. RGB value is (230,153,20). Sum of RGB (Red+Green+Blue) = 230+153+20=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E69914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69914 is #1966EB. Grayscale: #A1A1A1. Windows color (decimal): -1664748 or 1350118. OLE color: 1350118.

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

Color convert

RGB 230 153 20 -
CMYK 0 0.33 0.91 0.10
HSL 38º 0.84% 0.49% -
HSV(B) 38º 0.91% 0.9% -
XYZ 44.15 39.66 5.99 -
YUV 160.86 48.51 177.31 -
System Red Green Blue C M Y K H S L
Decimal 230 153 20 0 0.33 0.91 0.10 38 0.84 0.49
Hex E6 99 14 0 21 5B A 26 54 31
Octal 346 231 24 0 41 133 12 46 124 61
Binary 11100110 10011001 10100 0 100001 1011011 1010 100110 1010100 110001

Color Harmonies of #E69914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69914

Black with #E69914

Text Example


Text Example

White with #E69914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69914; }

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

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

background-color css

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

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

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

border-color css

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

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

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