Html Css Color HEX #EDA50D Gamboge

📋 copy color: '#EDA50D'

red 237 ◦ green 165 ◦ blue 13

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

Shades of Gamboge #EDA50D

Tints of Gamboge #EDA50D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.76%

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

R = 57.11%
G = 39.76%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA50D (or 0xEDA50D) is known color: Gamboge. HEX triplet: ED, A5 and 0D. RGB value is (237,165,13). Sum of RGB (Red+Green+Blue) = 237+165+13=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA50D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA50D is #125AF2. Grayscale: #A9A9A9. Windows color (decimal): -1202931 or 894445. OLE color: 894445.

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

Color convert

RGB 237 165 13 -
CMYK 0 0.30 0.95 0.07
HSL 40.71º 0.9% 0.49% -
HSV(B) 40.71º 0.95% 0.93% -
XYZ 48.45 44.94 6.5 -
YUV 169.2 39.85 176.36 -
System Red Green Blue C M Y K H S L
Decimal 237 165 13 0 0.30 0.95 0.07 40.71 0.9 0.49
Hex ED A5 D 0 1E 5F 7 29 5A 31
Octal 355 245 15 0 36 137 7 51 132 61
Binary 11101101 10100101 1101 0 11110 1011111 111 101001 1011010 110001

Color Harmonies of #EDA50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA50D

Black with #EDA50D

Text Example


Text Example

White with #EDA50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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