Html Css Color HEX #ED9A0E Gamboge

📋 copy color: '#ED9A0E'

red 237 ◦ green 154 ◦ blue 14

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

Shades of Gamboge #ED9A0E

Tints of Gamboge #ED9A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 58.52%
G = 38.02%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED9A0E (or 0xED9A0E) is known color: Gamboge. HEX triplet: ED, 9A and 0E. RGB value is (237,154,14). Sum of RGB (Red+Green+Blue) = 237+154+14=405 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.52% from 405); Green value is 154 (60.55% from 255 or 38.02% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9A0E is #1265F1. Grayscale: #A3A3A3. Windows color (decimal): -1205746 or 957165. OLE color: 957165.

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

Color convert

RGB 237 154 14 -
CMYK 0 0.35 0.94 0.07
HSL 37.67º 0.89% 0.49% -
HSV(B) 37.67º 0.94% 0.93% -
XYZ 46.56 41.15 5.9 -
YUV 162.86 44 180.88 -
System Red Green Blue C M Y K H S L
Decimal 237 154 14 0 0.35 0.94 0.07 37.67 0.89 0.49
Hex ED 9A E 0 23 5E 7 26 59 31
Octal 355 232 16 0 43 136 7 46 131 61
Binary 11101101 10011010 1110 0 100011 1011110 111 100110 1011001 110001

Color Harmonies of #ED9A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9A0E

Black with #ED9A0E

Text Example


Text Example

White with #ED9A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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