Html Css Color HEX #ED9F09 Gamboge

📋 copy color: '#ED9F09'

red 237 ◦ green 159 ◦ blue 9

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

Shades of Gamboge #ED9F09

Tints of Gamboge #ED9F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.22%

R = 58.52%
G = 39.26%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED9F09 (or 0xED9F09) is known color: Gamboge. HEX triplet: ED, 9F and 09. RGB value is (237,159,9). Sum of RGB (Red+Green+Blue) = 237+159+9=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 159 (62.5% from 255 or 39.26% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9F09 is #1260F6. Grayscale: #A5A5A5. Windows color (decimal): -1204471 or 630765. OLE color: 630765.

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

Color convert

RGB 237 159 9 -
CMYK 0 0.33 0.96 0.07
HSL 39.47º 0.93% 0.48% -
HSV(B) 39.47º 0.96% 0.93% -
XYZ 47.37 42.82 6.03 -
YUV 165.22 39.84 179.2 -
System Red Green Blue C M Y K H S L
Decimal 237 159 9 0 0.33 0.96 0.07 39.47 0.93 0.48
Hex ED 9F 9 0 21 60 7 27 5D 30
Octal 355 237 11 0 41 140 7 47 135 60
Binary 11101101 10011111 1001 0 100001 1100000 111 100111 1011101 110000

Color Harmonies of #ED9F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F09

Black with #ED9F09

Text Example


Text Example

White with #ED9F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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