Html Css Color HEX #EDA80D Gamboge

📋 copy color: '#EDA80D'

red 237 ◦ green 168 ◦ blue 13

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

Shades of Gamboge #EDA80D

Tints of Gamboge #EDA80D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.19%

 BLUE value IS 13 (5.47% from 255) = 3.11%

R = 56.7%
G = 40.19%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA80D (or 0xEDA80D) is known color: Gamboge. HEX triplet: ED, A8 and 0D. RGB value is (237,168,13). Sum of RGB (Red+Green+Blue) = 237+168+13=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 13 (5.47% from 255 or 3.11% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA80D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA80D is #1257F2. Grayscale: #ABABAB. Windows color (decimal): -1202163 or 895213. OLE color: 895213.

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

Color convert

RGB 237 168 13 -
CMYK 0 0.29 0.95 0.07
HSL 41.52º 0.9% 0.49% -
HSV(B) 41.52º 0.95% 0.93% -
XYZ 49 46.04 6.68 -
YUV 170.96 38.86 175.1 -
System Red Green Blue C M Y K H S L
Decimal 237 168 13 0 0.29 0.95 0.07 41.52 0.9 0.49
Hex ED A8 D 0 1D 5F 7 2A 5A 31
Octal 355 250 15 0 35 137 7 52 132 61
Binary 11101101 10101000 1101 0 11101 1011111 111 101010 1011010 110001

Color Harmonies of #EDA80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA80D

Black with #EDA80D

Text Example


Text Example

White with #EDA80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA80D; }

 p { color: rgb(237,168,13); }

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

background-color css

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

 a { background-color: rgb(237,168,13); }

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

border-color css

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

 span { border-color: rgb(237,168,13); }

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