Html Css Color HEX #ED9F0B Gamboge

📋 copy color: '#ED9F0B'

red 237 ◦ green 159 ◦ blue 11

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

Shades of Gamboge #ED9F0B

Tints of Gamboge #ED9F0B

RGB

 RED value IS 237 (92.97% from 255) = 58.23%

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

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

R = 58.23%
G = 39.07%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED9F0B (or 0xED9F0B) is known color: Gamboge. HEX triplet: ED, 9F and 0B. RGB value is (237,159,11). Sum of RGB (Red+Green+Blue) = 237+159+11=407 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.23% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F0B is #1260F4. Grayscale: #A6A6A6. Windows color (decimal): -1204469 or 761837. OLE color: 761837.

HSL color Cylindrical-coordinate representation of color #ED9F0B: hue angle of 39.29º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED9F0B is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 11 -
CMYK 0 0.33 0.95 0.07
HSL 39.29º 0.91% 0.49% -
HSV(B) 39.29º 0.95% 0.93% -
XYZ 47.38 42.82 6.09 -
YUV 165.45 40.84 179.03 -
System Red Green Blue C M Y K H S L
Decimal 237 159 11 0 0.33 0.95 0.07 39.29 0.91 0.49
Hex ED 9F B 0 21 5F 7 27 5B 31
Octal 355 237 13 0 41 137 7 47 133 61
Binary 11101101 10011111 1011 0 100001 1011111 111 100111 1011011 110001

Color Harmonies of #ED9F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F0B

Black with #ED9F0B

Text Example


Text Example

White with #ED9F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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