Html Css Color HEX #ED9802 Gamboge

📋 copy color: '#ED9802'

red 237 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #ED9802

Tints of Gamboge #ED9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.87%

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

R = 60.61%
G = 38.87%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED9802 (or 0xED9802) is known color: Gamboge. HEX triplet: ED, 98 and 02. RGB value is (237,152,2). Sum of RGB (Red+Green+Blue) = 237+152+2=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9802 is #1267FD. Grayscale: #A0A0A0. Windows color (decimal): -1206270 or 170221. OLE color: 170221.

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

Color convert

RGB 237 152 2 -
CMYK 0 0.36 0.99 0.07
HSL 38.3º 0.98% 0.47% -
HSV(B) 38.3º 0.99% 0.93% -
XYZ 46.16 40.47 5.43 -
YUV 160.32 38.66 182.7 -
System Red Green Blue C M Y K H S L
Decimal 237 152 2 0 0.36 0.99 0.07 38.3 0.98 0.47
Hex ED 98 2 0 24 63 7 26 62 2F
Octal 355 230 2 0 44 143 7 46 142 57
Binary 11101101 10011000 10 0 100100 1100011 111 100110 1100010 101111

Color Harmonies of #ED9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9802

Black with #ED9802

Text Example


Text Example

White with #ED9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9802; }

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

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

background-color css

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

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

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

border-color css

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

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

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