Html Css Color HEX #E69602 Gamboge

📋 copy color: '#E69602'

red 230 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #E69602

Tints of Gamboge #E69602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 60.21%
G = 39.27%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E69602 (or 0xE69602) is known color: Gamboge. HEX triplet: E6, 96 and 02. RGB value is (230,150,2). Sum of RGB (Red+Green+Blue) = 230+150+2=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E69602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69602 is #1969FD. Grayscale: #9D9D9D. Windows color (decimal): -1665534 or 169702. OLE color: 169702.

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

Color convert

RGB 230 150 2 -
CMYK 0 0.35 0.99 0.10
HSL 38.95º 0.98% 0.45% -
HSV(B) 38.95º 0.99% 0.9% -
XYZ 43.55 38.64 5.22 -
YUV 157.05 40.5 180.03 -
System Red Green Blue C M Y K H S L
Decimal 230 150 2 0 0.35 0.99 0.10 38.95 0.98 0.45
Hex E6 96 2 0 23 63 A 27 62 2D
Octal 346 226 2 0 43 143 12 47 142 55
Binary 11100110 10010110 10 0 100011 1100011 1010 100111 1100010 101101

Color Harmonies of #E69602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69602

Black with #E69602

Text Example


Text Example

White with #E69602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69602; }

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

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

background-color css

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

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

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

border-color css

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

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

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