Html Css Color HEX #ED910B Gamboge

📋 copy color: '#ED910B'

red 237 ◦ green 145 ◦ blue 11

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

Shades of Gamboge #ED910B

Tints of Gamboge #ED910B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.9%

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

R = 60.31%
G = 36.9%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED910B (or 0xED910B) is known color: Gamboge. HEX triplet: ED, 91 and 0B. RGB value is (237,145,11). Sum of RGB (Red+Green+Blue) = 237+145+11=393 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.31% from 393); Green value is 145 (57.03% from 255 or 36.90% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 237 - color contains mainly: red. Hex color #ED910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED910B is #126EF4. Grayscale: #9D9D9D. Windows color (decimal): -1208053 or 758253. OLE color: 758253.

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

Color convert

RGB 237 145 11 -
CMYK 0 0.39 0.95 0.07
HSL 35.58º 0.91% 0.49% -
HSV(B) 35.58º 0.95% 0.93% -
XYZ 45.11 38.28 5.33 -
YUV 157.23 45.48 184.9 -
System Red Green Blue C M Y K H S L
Decimal 237 145 11 0 0.39 0.95 0.07 35.58 0.91 0.49
Hex ED 91 B 0 27 5F 7 24 5B 31
Octal 355 221 13 0 47 137 7 44 133 61
Binary 11101101 10010001 1011 0 100111 1011111 111 100100 1011011 110001

Color Harmonies of #ED910B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED910B

Black with #ED910B

Text Example


Text Example

White with #ED910B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED910B; }

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

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

background-color css

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

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

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

border-color css

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

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

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