Html Css Color HEX #EDAC0E Gamboge

📋 copy color: '#EDAC0E'

red 237 ◦ green 172 ◦ blue 14

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

Shades of Gamboge #EDAC0E

Tints of Gamboge #EDAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

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

R = 56.03%
G = 40.66%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDAC0E (or 0xEDAC0E) is known color: Gamboge. HEX triplet: ED, AC and 0E. RGB value is (237,172,14). Sum of RGB (Red+Green+Blue) = 237+172+14=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC0E is #1253F1. Grayscale: #AEAEAE. Windows color (decimal): -1201138 or 961773. OLE color: 961773.

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

Color convert

RGB 237 172 14 -
CMYK 0 0.27 0.94 0.07
HSL 42.51º 0.89% 0.49% -
HSV(B) 42.51º 0.94% 0.93% -
XYZ 49.76 47.54 6.97 -
YUV 173.42 38.03 173.35 -
System Red Green Blue C M Y K H S L
Decimal 237 172 14 0 0.27 0.94 0.07 42.51 0.89 0.49
Hex ED AC E 0 1B 5E 7 2B 59 31
Octal 355 254 16 0 33 136 7 53 131 61
Binary 11101101 10101100 1110 0 11011 1011110 111 101011 1011001 110001

Color Harmonies of #EDAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC0E

Black with #EDAC0E

Text Example


Text Example

White with #EDAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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