Html Css Color HEX #ED9A08 Gamboge

📋 copy color: '#ED9A08'

red 237 ◦ green 154 ◦ blue 8

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

Shades of Gamboge #ED9A08

Tints of Gamboge #ED9A08

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.6%

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

R = 59.4%
G = 38.6%
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

#ED9A08 (or 0xED9A08) is known color: Gamboge. HEX triplet: ED, 9A and 08. RGB value is (237,154,8). Sum of RGB (Red+Green+Blue) = 237+154+8=399 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.40% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 8 (3.52% from 255 or 2.01% from 399); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9A08 is #1265F7. Grayscale: #A2A2A2. Windows color (decimal): -1205752 or 563949. OLE color: 563949.

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

Color convert

RGB 237 154 8 -
CMYK 0 0.35 0.97 0.07
HSL 38.25º 0.93% 0.48% -
HSV(B) 38.25º 0.97% 0.93% -
XYZ 46.52 41.13 5.72 -
YUV 162.17 41 181.37 -
System Red Green Blue C M Y K H S L
Decimal 237 154 8 0 0.35 0.97 0.07 38.25 0.93 0.48
Hex ED 9A 8 0 23 61 7 26 5D 30
Octal 355 232 10 0 43 141 7 46 135 60
Binary 11101101 10011010 1000 0 100011 1100001 111 100110 1011101 110000

Color Harmonies of #ED9A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A08

Black with #ED9A08

Text Example


Text Example

White with #ED9A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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