Html Css Color HEX #EDA40C Gamboge

📋 copy color: '#EDA40C'

red 237 ◦ green 164 ◦ blue 12

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

Shades of Gamboge #EDA40C

Tints of Gamboge #EDA40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.91%

R = 57.38%
G = 39.71%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA40C (or 0xEDA40C) is known color: Gamboge. HEX triplet: ED, A4 and 0C. RGB value is (237,164,12). Sum of RGB (Red+Green+Blue) = 237+164+12=413 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.38% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 12 (5.08% from 255 or 2.91% from 413); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40C is #125BF3. Grayscale: #A9A9A9. Windows color (decimal): -1203188 or 828653. OLE color: 828653.

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

Color convert

RGB 237 164 12 -
CMYK 0 0.31 0.95 0.07
HSL 40.53º 0.9% 0.49% -
HSV(B) 40.53º 0.95% 0.93% -
XYZ 48.27 44.58 6.41 -
YUV 168.5 39.68 176.86 -
System Red Green Blue C M Y K H S L
Decimal 237 164 12 0 0.31 0.95 0.07 40.53 0.9 0.49
Hex ED A4 C 0 1F 5F 7 29 5A 31
Octal 355 244 14 0 37 137 7 51 132 61
Binary 11101101 10100100 1100 0 11111 1011111 111 101001 1011010 110001

Color Harmonies of #EDA40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA40C

Black with #EDA40C

Text Example


Text Example

White with #EDA40C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA40C; }

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

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

background-color css

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

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

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

border-color css

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

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

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