Html Css Color HEX #EDA413 Gamboge

📋 copy color: '#EDA413'

red 237 ◦ green 164 ◦ blue 19

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

Shades of Gamboge #EDA413

Tints of Gamboge #EDA413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 56.43%
G = 39.05%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDA413 (or 0xEDA413) is known color: Gamboge. HEX triplet: ED, A4 and 13. RGB value is (237,164,19). Sum of RGB (Red+Green+Blue) = 237+164+19=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA413 is #125BEC. Grayscale: #A9A9A9. Windows color (decimal): -1203181 or 1287405. OLE color: 1287405.

HSL color Cylindrical-coordinate representation of color #EDA413: hue angle of 39.91º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDA413 is Cyan = 0, Magento = 0.31, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 19 -
CMYK 0 0.31 0.92 0.07
HSL 39.91º 0.86% 0.5% -
HSV(B) 39.91º 0.92% 0.93% -
XYZ 48.32 44.6 6.68 -
YUV 169.3 43.18 176.29 -
System Red Green Blue C M Y K H S L
Decimal 237 164 19 0 0.31 0.92 0.07 39.91 0.86 0.5
Hex ED A4 13 0 1F 5C 7 28 56 32
Octal 355 244 23 0 37 134 7 50 126 62
Binary 11101101 10100100 10011 0 11111 1011100 111 101000 1010110 110010

Color Harmonies of #EDA413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA413

Black with #EDA413

Text Example


Text Example

White with #EDA413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA413; }

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

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

background-color css

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

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

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

border-color css

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

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

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