Html Css Color HEX #E69E0C Gamboge

📋 copy color: '#E69E0C'

red 230 ◦ green 158 ◦ blue 12

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

Shades of Gamboge #E69E0C

Tints of Gamboge #E69E0C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 12 (5.08% from 255) = 3%

R = 57.5%
G = 39.5%
B = 3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E69E0C (or 0xE69E0C) is known color: Gamboge. HEX triplet: E6, 9E and 0C. RGB value is (230,158,12). Sum of RGB (Red+Green+Blue) = 230+158+12=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69E0C is #1961F3. Grayscale: #A3A3A3. Windows color (decimal): -1663476 or 827110. OLE color: 827110.

HSL color Cylindrical-coordinate representation of color #E69E0C: hue angle of 40.18º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E69E0C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 158 12 -
CMYK 0 0.31 0.95 0.10
HSL 40.18º 0.9% 0.47% -
HSV(B) 40.18º 0.95% 0.9% -
XYZ 44.93 41.3 5.95 -
YUV 162.88 42.85 175.87 -
System Red Green Blue C M Y K H S L
Decimal 230 158 12 0 0.31 0.95 0.10 40.18 0.9 0.47
Hex E6 9E C 0 1F 5F A 28 5A 2F
Octal 346 236 14 0 37 137 12 50 132 57
Binary 11100110 10011110 1100 0 11111 1011111 1010 101000 1011010 101111

Color Harmonies of #E69E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E0C

Black with #E69E0C

Text Example


Text Example

White with #E69E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E0C; }

 p { color: rgb(230,158,12); }

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

background-color css

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

 a { background-color: rgb(230,158,12); }

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

border-color css

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

 span { border-color: rgb(230,158,12); }

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