Html Css Color HEX #ED9908 Gamboge

📋 copy color: '#ED9908'

red 237 ◦ green 153 ◦ blue 8

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

Shades of Gamboge #ED9908

Tints of Gamboge #ED9908

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.44%

 BLUE value IS 8 (3.52% from 255) = 2.01%

R = 59.55%
G = 38.44%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED9908 (or 0xED9908) is known color: Gamboge. HEX triplet: ED, 99 and 08. RGB value is (237,153,8). Sum of RGB (Red+Green+Blue) = 237+153+8=398 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.55% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9908 is #1266F7. Grayscale: #A2A2A2. Windows color (decimal): -1206008 or 563693. OLE color: 563693.

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

Color convert

RGB 237 153 8 -
CMYK 0 0.35 0.97 0.07
HSL 37.99º 0.93% 0.48% -
HSV(B) 37.99º 0.97% 0.93% -
XYZ 46.36 40.8 5.66 -
YUV 161.59 41.33 181.79 -
System Red Green Blue C M Y K H S L
Decimal 237 153 8 0 0.35 0.97 0.07 37.99 0.93 0.48
Hex ED 99 8 0 23 61 7 26 5D 30
Octal 355 231 10 0 43 141 7 46 135 60
Binary 11101101 10011001 1000 0 100011 1100001 111 100110 1011101 110000

Color Harmonies of #ED9908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9908

Black with #ED9908

Text Example


Text Example

White with #ED9908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9908; }

 p { color: rgb(237,153,8); }

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

background-color css

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

 a { background-color: rgb(237,153,8); }

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

border-color css

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

 span { border-color: rgb(237,153,8); }

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