Html Css Color HEX #E69F0B Gamboge

📋 copy color: '#E69F0B'

red 230 ◦ green 159 ◦ blue 11

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

Shades of Gamboge #E69F0B

Tints of Gamboge #E69F0B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.75%

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

R = 57.5%
G = 39.75%
B = 2.75%

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

#E69F0B (or 0xE69F0B) is known color: Gamboge. HEX triplet: E6, 9F and 0B. RGB value is (230,159,11). Sum of RGB (Red+Green+Blue) = 230+159+11=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69F0B is #1960F4. Grayscale: #A4A4A4. Windows color (decimal): -1663221 or 761830. OLE color: 761830.

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

Color convert

RGB 230 159 11 -
CMYK 0 0.31 0.95 0.10
HSL 40.55º 0.91% 0.47% -
HSV(B) 40.55º 0.95% 0.9% -
XYZ 45.09 41.64 5.98 -
YUV 163.36 42.02 175.53 -
System Red Green Blue C M Y K H S L
Decimal 230 159 11 0 0.31 0.95 0.10 40.55 0.91 0.47
Hex E6 9F B 0 1F 5F A 29 5B 2F
Octal 346 237 13 0 37 137 12 51 133 57
Binary 11100110 10011111 1011 0 11111 1011111 1010 101001 1011011 101111

Color Harmonies of #E69F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F0B

Black with #E69F0B

Text Example


Text Example

White with #E69F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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