Html Css Color HEX #ED930A Gamboge

📋 copy color: '#ED930A'

red 237 ◦ green 147 ◦ blue 10

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

Shades of Gamboge #ED930A

Tints of Gamboge #ED930A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 60.15%
G = 37.31%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED930A (or 0xED930A) is known color: Gamboge. HEX triplet: ED, 93 and 0A. RGB value is (237,147,10). Sum of RGB (Red+Green+Blue) = 237+147+10=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED930A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED930A is #126CF5. Grayscale: #9E9E9E. Windows color (decimal): -1207542 or 693229. OLE color: 693229.

HSL color Cylindrical-coordinate representation of color #ED930A: hue angle of 36.21º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED930A is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 10 -
CMYK 0 0.38 0.96 0.07
HSL 36.21º 0.92% 0.48% -
HSV(B) 36.21º 0.96% 0.93% -
XYZ 45.41 38.89 5.4 -
YUV 158.29 44.32 184.14 -
System Red Green Blue C M Y K H S L
Decimal 237 147 10 0 0.38 0.96 0.07 36.21 0.92 0.48
Hex ED 93 A 0 26 60 7 24 5C 30
Octal 355 223 12 0 46 140 7 44 134 60
Binary 11101101 10010011 1010 0 100110 1100000 111 100100 1011100 110000

Color Harmonies of #ED930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED930A

Black with #ED930A

Text Example


Text Example

White with #ED930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED930A; }

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

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

background-color css

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

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

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

border-color css

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

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

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