Html Css Color HEX #EDA80E Gamboge

📋 copy color: '#EDA80E'

red 237 ◦ green 168 ◦ blue 14

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

Shades of Gamboge #EDA80E

Tints of Gamboge #EDA80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.34%

R = 56.56%
G = 40.1%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDA80E (or 0xEDA80E) is known color: Gamboge. HEX triplet: ED, A8 and 0E. RGB value is (237,168,14). Sum of RGB (Red+Green+Blue) = 237+168+14=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA80E is #1257F1. Grayscale: #ABABAB. Windows color (decimal): -1202162 or 960749. OLE color: 960749.

HSL color Cylindrical-coordinate representation of color #EDA80E: hue angle of 41.43º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDA80E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 14 -
CMYK 0 0.29 0.94 0.07
HSL 41.43º 0.89% 0.49% -
HSV(B) 41.43º 0.94% 0.93% -
XYZ 49.01 46.04 6.72 -
YUV 171.08 39.36 175.02 -
System Red Green Blue C M Y K H S L
Decimal 237 168 14 0 0.29 0.94 0.07 41.43 0.89 0.49
Hex ED A8 E 0 1D 5E 7 29 59 31
Octal 355 250 16 0 35 136 7 51 131 61
Binary 11101101 10101000 1110 0 11101 1011110 111 101001 1011001 110001

Color Harmonies of #EDA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA80E

Black with #EDA80E

Text Example


Text Example

White with #EDA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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