Html Css Color HEX #E69407 Gamboge

📋 copy color: '#E69407'

red 230 ◦ green 148 ◦ blue 7

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

Shades of Gamboge #E69407

Tints of Gamboge #E69407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.82%

R = 59.74%
G = 38.44%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E69407 (or 0xE69407) is known color: Gamboge. HEX triplet: E6, 94 and 07. RGB value is (230,148,7). Sum of RGB (Red+Green+Blue) = 230+148+7=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 7 (3.12% from 255 or 1.82% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E69407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69407 is #196BF8. Grayscale: #9D9D9D. Windows color (decimal): -1666041 or 496870. OLE color: 496870.

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

Color convert

RGB 230 148 7 -
CMYK 0 0.36 0.97 0.10
HSL 37.94º 0.94% 0.46% -
HSV(B) 37.94º 0.97% 0.9% -
XYZ 43.26 38.02 5.26 -
YUV 156.44 43.67 180.46 -
System Red Green Blue C M Y K H S L
Decimal 230 148 7 0 0.36 0.97 0.10 37.94 0.94 0.46
Hex E6 94 7 0 24 61 A 26 5E 2E
Octal 346 224 7 0 44 141 12 46 136 56
Binary 11100110 10010100 111 0 100100 1100001 1010 100110 1011110 101110

Color Harmonies of #E69407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69407

Black with #E69407

Text Example


Text Example

White with #E69407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69407; }

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

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

background-color css

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

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

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

border-color css

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

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

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