Html Css Color HEX #E69A04 Gamboge

📋 copy color: '#E69A04'

red 230 ◦ green 154 ◦ blue 4

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

Shades of Gamboge #E69A04

Tints of Gamboge #E69A04

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.69%

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 59.28%
G = 39.69%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E69A04 (or 0xE69A04) is known color: Gamboge. HEX triplet: E6, 9A and 04. RGB value is (230,154,4). Sum of RGB (Red+Green+Blue) = 230+154+4=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69A04 is #1965FB. Grayscale: #A0A0A0. Windows color (decimal): -1664508 or 301798. OLE color: 301798.

HSL color Cylindrical-coordinate representation of color #E69A04: hue angle of 39.82º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E69A04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 154 4 -
CMYK 0 0.33 0.98 0.10
HSL 39.82º 0.97% 0.46% -
HSV(B) 39.82º 0.98% 0.9% -
XYZ 44.21 39.94 5.49 -
YUV 159.62 40.18 178.2 -
System Red Green Blue C M Y K H S L
Decimal 230 154 4 0 0.33 0.98 0.10 39.82 0.97 0.46
Hex E6 9A 4 0 21 62 A 28 61 2E
Octal 346 232 4 0 41 142 12 50 141 56
Binary 11100110 10011010 100 0 100001 1100010 1010 101000 1100001 101110

Color Harmonies of #E69A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A04

Black with #E69A04

Text Example


Text Example

White with #E69A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A04; }

 p { color: rgb(230,154,4); }

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

background-color css

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

 a { background-color: rgb(230,154,4); }

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

border-color css

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

 span { border-color: rgb(230,154,4); }

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