Html Css Color HEX #E69C0B Gamboge

📋 copy color: '#E69C0B'

red 230 ◦ green 156 ◦ blue 11

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

Shades of Gamboge #E69C0B

Tints of Gamboge #E69C0B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 57.93%
G = 39.29%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E69C0B (or 0xE69C0B) is known color: Gamboge. HEX triplet: E6, 9C and 0B. RGB value is (230,156,11). Sum of RGB (Red+Green+Blue) = 230+156+11=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69C0B is #1963F4. Grayscale: #A2A2A2. Windows color (decimal): -1663989 or 761062. OLE color: 761062.

HSL color Cylindrical-coordinate representation of color #E69C0B: hue angle of 39.73º degrees, saturation: 0.91, 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 #E69C0B is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 11 -
CMYK 0 0.32 0.95 0.10
HSL 39.73º 0.91% 0.47% -
HSV(B) 39.73º 0.95% 0.9% -
XYZ 44.58 40.62 5.81 -
YUV 161.6 43.02 176.79 -
System Red Green Blue C M Y K H S L
Decimal 230 156 11 0 0.32 0.95 0.10 39.73 0.91 0.47
Hex E6 9C B 0 20 5F A 28 5B 2F
Octal 346 234 13 0 40 137 12 50 133 57
Binary 11100110 10011100 1011 0 100000 1011111 1010 101000 1011011 101111

Color Harmonies of #E69C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C0B

Black with #E69C0B

Text Example


Text Example

White with #E69C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C0B; }

 p { color: rgb(230,156,11); }

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

background-color css

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

 a { background-color: rgb(230,156,11); }

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

border-color css

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

 span { border-color: rgb(230,156,11); }

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