Html Css Color HEX #E69604 Gamboge

📋 copy color: '#E69604'

red 230 ◦ green 150 ◦ blue 4

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

Shades of Gamboge #E69604

Tints of Gamboge #E69604

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 59.9%
G = 39.06%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E69604 (or 0xE69604) is known color: Gamboge. HEX triplet: E6, 96 and 04. RGB value is (230,150,4). Sum of RGB (Red+Green+Blue) = 230+150+4=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E69604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69604 is #1969FB. Grayscale: #9D9D9D. Windows color (decimal): -1665532 or 300774. OLE color: 300774.

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

Color convert

RGB 230 150 4 -
CMYK 0 0.35 0.98 0.10
HSL 38.76º 0.97% 0.46% -
HSV(B) 38.76º 0.98% 0.9% -
XYZ 43.56 38.64 5.28 -
YUV 157.28 41.5 179.87 -
System Red Green Blue C M Y K H S L
Decimal 230 150 4 0 0.35 0.98 0.10 38.76 0.97 0.46
Hex E6 96 4 0 23 62 A 27 61 2E
Octal 346 226 4 0 43 142 12 47 141 56
Binary 11100110 10010110 100 0 100011 1100010 1010 100111 1100001 101110

Color Harmonies of #E69604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69604

Black with #E69604

Text Example


Text Example

White with #E69604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69604; }

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

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

background-color css

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

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

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

border-color css

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

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

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