Html Css Color HEX #EDA40E Gamboge

📋 copy color: '#EDA40E'

red 237 ◦ green 164 ◦ blue 14

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

Shades of Gamboge #EDA40E

Tints of Gamboge #EDA40E

RGB

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

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

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

R = 57.11%
G = 39.52%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDA40E (or 0xEDA40E) is known color: Gamboge. HEX triplet: ED, A4 and 0E. RGB value is (237,164,14). Sum of RGB (Red+Green+Blue) = 237+164+14=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40E is #125BF1. Grayscale: #A9A9A9. Windows color (decimal): -1203186 or 959725. OLE color: 959725.

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

Color convert

RGB 237 164 14 -
CMYK 0 0.31 0.94 0.07
HSL 40.36º 0.89% 0.49% -
HSV(B) 40.36º 0.94% 0.93% -
XYZ 48.28 44.59 6.48 -
YUV 168.73 40.68 176.7 -
System Red Green Blue C M Y K H S L
Decimal 237 164 14 0 0.31 0.94 0.07 40.36 0.89 0.49
Hex ED A4 E 0 1F 5E 7 28 59 31
Octal 355 244 16 0 37 136 7 50 131 61
Binary 11101101 10100100 1110 0 11111 1011110 111 101000 1011001 110001

Color Harmonies of #EDA40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA40E

Black with #EDA40E

Text Example


Text Example

White with #EDA40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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