Html Css Color HEX #ED990D Gamboge

📋 copy color: '#ED990D'

red 237 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #ED990D

Tints of Gamboge #ED990D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 58.81%
G = 37.97%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED990D (or 0xED990D) is known color: Gamboge. HEX triplet: ED, 99 and 0D. RGB value is (237,153,13). Sum of RGB (Red+Green+Blue) = 237+153+13=403 (53% of max value = 765). Red value is 237 (92.97% from 255 or 58.81% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 237 - color contains mainly: red. Hex color #ED990D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED990D is #1266F2. Grayscale: #A2A2A2. Windows color (decimal): -1206003 or 891373. OLE color: 891373.

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

Color convert

RGB 237 153 13 -
CMYK 0 0.35 0.95 0.07
HSL 37.5º 0.9% 0.49% -
HSV(B) 37.5º 0.95% 0.93% -
XYZ 46.39 40.82 5.81 -
YUV 162.16 43.83 181.38 -
System Red Green Blue C M Y K H S L
Decimal 237 153 13 0 0.35 0.95 0.07 37.5 0.9 0.49
Hex ED 99 D 0 23 5F 7 26 5A 31
Octal 355 231 15 0 43 137 7 46 132 61
Binary 11101101 10011001 1101 0 100011 1011111 111 100110 1011010 110001

Color Harmonies of #ED990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED990D

Black with #ED990D

Text Example


Text Example

White with #ED990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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