Html Css Color HEX #ED9D09 Gamboge

📋 copy color: '#ED9D09'

red 237 ◦ green 157 ◦ blue 9

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

Shades of Gamboge #ED9D09

Tints of Gamboge #ED9D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.96%

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

R = 58.81%
G = 38.96%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED9D09 (or 0xED9D09) is known color: Gamboge. HEX triplet: ED, 9D and 09. RGB value is (237,157,9). Sum of RGB (Red+Green+Blue) = 237+157+9=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9D09 is #1262F6. Grayscale: #A4A4A4. Windows color (decimal): -1204983 or 630253. OLE color: 630253.

HSL color Cylindrical-coordinate representation of color #ED9D09: hue angle of 38.95º 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 #ED9D09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 157 9 -
CMYK 0 0.34 0.96 0.07
HSL 38.95º 0.93% 0.48% -
HSV(B) 38.95º 0.96% 0.93% -
XYZ 47.03 42.14 5.91 -
YUV 164.05 40.5 180.03 -
System Red Green Blue C M Y K H S L
Decimal 237 157 9 0 0.34 0.96 0.07 38.95 0.93 0.48
Hex ED 9D 9 0 22 60 7 27 5D 30
Octal 355 235 11 0 42 140 7 47 135 60
Binary 11101101 10011101 1001 0 100010 1100000 111 100111 1011101 110000

Color Harmonies of #ED9D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D09

Black with #ED9D09

Text Example


Text Example

White with #ED9D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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