Html Css Color HEX #ED9803 Gamboge

📋 copy color: '#ED9803'

red 237 ◦ green 152 ◦ blue 3

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

Shades of Gamboge #ED9803

Tints of Gamboge #ED9803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 60.46%
G = 38.78%
B = 0.77%

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

#ED9803 (or 0xED9803) is known color: Gamboge. HEX triplet: ED, 98 and 03. RGB value is (237,152,3). Sum of RGB (Red+Green+Blue) = 237+152+3=392 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.46% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9803 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ED9803 is #1267FC. Grayscale: #A1A1A1. Windows color (decimal): -1206269 or 235757. OLE color: 235757.

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

Color convert

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

Color Harmonies of #ED9803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9803

Black with #ED9803

Text Example


Text Example

White with #ED9803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9803; }

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

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

background-color css

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

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

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

border-color css

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

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

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