Html Css Color HEX #EDA715 Gamboge

📋 copy color: '#EDA715'

red 237 ◦ green 167 ◦ blue 21

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

Shades of Gamboge #EDA715

Tints of Gamboge #EDA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.29%

 BLUE value IS 21 (8.59% from 255) = 4.94%

R = 55.76%
G = 39.29%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EDA715 (or 0xEDA715) is known color: Gamboge. HEX triplet: ED, A7 and 15. RGB value is (237,167,21). Sum of RGB (Red+Green+Blue) = 237+167+21=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA715 is #1258EA. Grayscale: #ABABAB. Windows color (decimal): -1202411 or 1419245. OLE color: 1419245.

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

Color convert

RGB 237 167 21 -
CMYK 0 0.30 0.91 0.07
HSL 40.56º 0.86% 0.51% -
HSV(B) 40.56º 0.91% 0.93% -
XYZ 48.88 45.7 6.95 -
YUV 171.29 43.19 174.87 -
System Red Green Blue C M Y K H S L
Decimal 237 167 21 0 0.30 0.91 0.07 40.56 0.86 0.51
Hex ED A7 15 0 1E 5B 7 29 56 33
Octal 355 247 25 0 36 133 7 51 126 63
Binary 11101101 10100111 10101 0 11110 1011011 111 101001 1010110 110011

Color Harmonies of #EDA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA715

Black with #EDA715

Text Example


Text Example

White with #EDA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA715; }

 p { color: rgb(237,167,21); }

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

background-color css

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

 a { background-color: rgb(237,167,21); }

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

border-color css

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

 span { border-color: rgb(237,167,21); }

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