Html Css Color HEX #ED930C Gamboge

📋 copy color: '#ED930C'

red 237 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #ED930C

Tints of Gamboge #ED930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 12 (5.08% from 255) = 3.03%

R = 59.85%
G = 37.12%
B = 3.03%

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

#ED930C (or 0xED930C) is known color: Gamboge. HEX triplet: ED, 93 and 0C. RGB value is (237,147,12). Sum of RGB (Red+Green+Blue) = 237+147+12=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED930C is #126CF3. Grayscale: #9F9F9F. Windows color (decimal): -1207540 or 824301. OLE color: 824301.

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

Color convert

RGB 237 147 12 -
CMYK 0 0.38 0.95 0.07
HSL 36º 0.9% 0.49% -
HSV(B) 36º 0.95% 0.93% -
XYZ 45.43 38.9 5.46 -
YUV 158.52 45.32 183.98 -
System Red Green Blue C M Y K H S L
Decimal 237 147 12 0 0.38 0.95 0.07 36 0.9 0.49
Hex ED 93 C 0 26 5F 7 24 5A 31
Octal 355 223 14 0 46 137 7 44 132 61
Binary 11101101 10010011 1100 0 100110 1011111 111 100100 1011010 110001

Color Harmonies of #ED930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED930C

Black with #ED930C

Text Example


Text Example

White with #ED930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED930C; }

 p { color: rgb(237,147,12); }

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

background-color css

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

 a { background-color: rgb(237,147,12); }

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

border-color css

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

 span { border-color: rgb(237,147,12); }

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