Html Css Color HEX #ED940A Gamboge

📋 copy color: '#ED940A'

red 237 ◦ green 148 ◦ blue 10

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

Shades of Gamboge #ED940A

Tints of Gamboge #ED940A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.47%

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

R = 60%
G = 37.47%
B = 2.53%

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

#ED940A (or 0xED940A) is known color: Gamboge. HEX triplet: ED, 94 and 0A. RGB value is (237,148,10). Sum of RGB (Red+Green+Blue) = 237+148+10=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED940A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED940A is #126BF5. Grayscale: #9F9F9F. Windows color (decimal): -1207286 or 693485. OLE color: 693485.

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

Color convert

RGB 237 148 10 -
CMYK 0 0.38 0.96 0.07
HSL 36.48º 0.92% 0.48% -
HSV(B) 36.48º 0.96% 0.93% -
XYZ 45.57 39.21 5.45 -
YUV 158.88 43.99 183.72 -
System Red Green Blue C M Y K H S L
Decimal 237 148 10 0 0.38 0.96 0.07 36.48 0.92 0.48
Hex ED 94 A 0 26 60 7 24 5C 30
Octal 355 224 12 0 46 140 7 44 134 60
Binary 11101101 10010100 1010 0 100110 1100000 111 100100 1011100 110000

Color Harmonies of #ED940A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED940A

Black with #ED940A

Text Example


Text Example

White with #ED940A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED940A; }

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

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

background-color css

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

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

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

border-color css

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

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

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