Html Css Color HEX #ED9502 Gamboge

📋 copy color: '#ED9502'

red 237 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #ED9502

Tints of Gamboge #ED9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.4%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 61.08%
G = 38.4%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED9502 (or 0xED9502) is known color: Gamboge. HEX triplet: ED, 95 and 02. RGB value is (237,149,2). Sum of RGB (Red+Green+Blue) = 237+149+2=388 (51% of max value = 765). Red value is 237 (92.97% from 255 or 61.08% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9502 is #126AFD. Grayscale: #9F9F9F. Windows color (decimal): -1207038 or 169453. OLE color: 169453.

HSL color Cylindrical-coordinate representation of color #ED9502: hue angle of 37.53º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED9502 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 2 -
CMYK 0 0.37 0.99 0.07
HSL 37.53º 0.98% 0.47% -
HSV(B) 37.53º 0.99% 0.93% -
XYZ 45.68 39.5 5.27 -
YUV 158.55 39.65 183.95 -
System Red Green Blue C M Y K H S L
Decimal 237 149 2 0 0.37 0.99 0.07 37.53 0.98 0.47
Hex ED 95 2 0 25 63 7 26 62 2F
Octal 355 225 2 0 45 143 7 46 142 57
Binary 11101101 10010101 10 0 100101 1100011 111 100110 1100010 101111

Color Harmonies of #ED9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9502

Black with #ED9502

Text Example


Text Example

White with #ED9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9502; }

 p { color: rgb(237,149,2); }

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

background-color css

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

 a { background-color: rgb(237,149,2); }

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

border-color css

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

 span { border-color: rgb(237,149,2); }

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