Html Css Color HEX #EDA40D Gamboge

📋 copy color: '#EDA40D'

red 237 ◦ green 164 ◦ blue 13

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

Shades of Gamboge #EDA40D

Tints of Gamboge #EDA40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.61%

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

R = 57.25%
G = 39.61%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA40D (or 0xEDA40D) is known color: Gamboge. HEX triplet: ED, A4 and 0D. RGB value is (237,164,13). Sum of RGB (Red+Green+Blue) = 237+164+13=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40D is #125BF2. Grayscale: #A9A9A9. Windows color (decimal): -1203187 or 894189. OLE color: 894189.

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

Color convert

RGB 237 164 13 -
CMYK 0 0.31 0.95 0.07
HSL 40.45º 0.9% 0.49% -
HSV(B) 40.45º 0.95% 0.93% -
XYZ 48.27 44.58 6.44 -
YUV 168.61 40.18 176.78 -
System Red Green Blue C M Y K H S L
Decimal 237 164 13 0 0.31 0.95 0.07 40.45 0.9 0.49
Hex ED A4 D 0 1F 5F 7 28 5A 31
Octal 355 244 15 0 37 137 7 50 132 61
Binary 11101101 10100100 1101 0 11111 1011111 111 101000 1011010 110001

Color Harmonies of #EDA40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA40D

Black with #EDA40D

Text Example


Text Example

White with #EDA40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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