Html Css Color HEX #ED920D Gamboge

📋 copy color: '#ED920D'

red 237 ◦ green 146 ◦ blue 13

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

Shades of Gamboge #ED920D

Tints of Gamboge #ED920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 59.85%
G = 36.87%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED920D (or 0xED920D) is known color: Gamboge. HEX triplet: ED, 92 and 0D. RGB value is (237,146,13). Sum of RGB (Red+Green+Blue) = 237+146+13=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED920D is #126DF2. Grayscale: #9E9E9E. Windows color (decimal): -1207795 or 889581. OLE color: 889581.

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

Color convert

RGB 237 146 13 -
CMYK 0 0.38 0.95 0.07
HSL 35.63º 0.9% 0.49% -
HSV(B) 35.63º 0.95% 0.93% -
XYZ 45.28 38.59 5.44 -
YUV 158.05 46.15 184.31 -
System Red Green Blue C M Y K H S L
Decimal 237 146 13 0 0.38 0.95 0.07 35.63 0.9 0.49
Hex ED 92 D 0 26 5F 7 24 5A 31
Octal 355 222 15 0 46 137 7 44 132 61
Binary 11101101 10010010 1101 0 100110 1011111 111 100100 1011010 110001

Color Harmonies of #ED920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED920D

Black with #ED920D

Text Example


Text Example

White with #ED920D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED920D; }

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

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

background-color css

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

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

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

border-color css

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

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

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