Html Css Color HEX #ED940B Gamboge

📋 copy color: '#ED940B'

red 237 ◦ green 148 ◦ blue 11

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

Shades of Gamboge #ED940B

Tints of Gamboge #ED940B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.78%

R = 59.85%
G = 37.37%
B = 2.78%

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

#ED940B (or 0xED940B) is known color: Gamboge. HEX triplet: ED, 94 and 0B. RGB value is (237,148,11). Sum of RGB (Red+Green+Blue) = 237+148+11=396 (52% of max value = 765). Red value is 237 (92.97% from 255 or 59.85% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 237 - color contains mainly: red. Hex color #ED940B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED940B is #126BF4. Grayscale: #9F9F9F. Windows color (decimal): -1207285 or 759021. OLE color: 759021.

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

Color convert

RGB 237 148 11 -
CMYK 0 0.38 0.95 0.07
HSL 36.37º 0.91% 0.49% -
HSV(B) 36.37º 0.95% 0.93% -
XYZ 45.58 39.21 5.48 -
YUV 158.99 44.49 183.64 -
System Red Green Blue C M Y K H S L
Decimal 237 148 11 0 0.38 0.95 0.07 36.37 0.91 0.49
Hex ED 94 B 0 26 5F 7 24 5B 31
Octal 355 224 13 0 46 137 7 44 133 61
Binary 11101101 10010100 1011 0 100110 1011111 111 100100 1011011 110001

Color Harmonies of #ED940B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED940B

Black with #ED940B

Text Example


Text Example

White with #ED940B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED940B; }

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

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

background-color css

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

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

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

border-color css

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

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

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