Html Css Color HEX #E69003 Gamboge

📋 copy color: '#E69003'

red 230 ◦ green 144 ◦ blue 3

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

Shades of Gamboge #E69003

Tints of Gamboge #E69003

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.2%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 61.01%
G = 38.2%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E69003 (or 0xE69003) is known color: Gamboge. HEX triplet: E6, 90 and 03. RGB value is (230,144,3). Sum of RGB (Red+Green+Blue) = 230+144+3=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E69003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69003 is #196FFC. Grayscale: #9A9A9A. Windows color (decimal): -1667069 or 233702. OLE color: 233702.

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

Color convert

RGB 230 144 3 -
CMYK 0 0.37 0.99 0.10
HSL 37.27º 0.97% 0.46% -
HSV(B) 37.27º 0.99% 0.9% -
XYZ 42.62 36.78 4.94 -
YUV 153.64 42.99 182.46 -
System Red Green Blue C M Y K H S L
Decimal 230 144 3 0 0.37 0.99 0.10 37.27 0.97 0.46
Hex E6 90 3 0 25 63 A 25 61 2E
Octal 346 220 3 0 45 143 12 45 141 56
Binary 11100110 10010000 11 0 100101 1100011 1010 100101 1100001 101110

Color Harmonies of #E69003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69003

Black with #E69003

Text Example


Text Example

White with #E69003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69003; }

 p { color: rgb(230,144,3); }

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

background-color css

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

 a { background-color: rgb(230,144,3); }

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

border-color css

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

 span { border-color: rgb(230,144,3); }

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